Hello, We are developing an commercial application that need to use an RTE. Someone know one RTE editor that can I use in an commercial application? We need basic functions to format paragrapher, bold, italic, ... I found FCKEditor but it is very expensive and weight. I found this list too but don''t know what is trustful: http://www.geniisoft.com/showcase.nsf/WebEditors Some suggestion? Thank you -- Pedro C. Valentini pedro@incomumdesign.com +55 (21) 8708-8035
TinyMCE and FCKEditor are the two major choices. There are some lightweight apps out there, but really lack when it comes to the functionality that these two supply. I have used TinyMCE in the past, and have loaded in the modules I wanted within the config. Along with FCKEditor, you can customize what buttons are loaded. - Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of > Pedro Valentini > Sent: February 17, 2006 12:18 PM > To: rails@lists.rubyonrails.org > Subject: [Rails] Rich Text Editor (RTE) > > Hello, > > We are developing an commercial application that need to use an RTE. > Someone know one RTE editor that can I use in an commercial > application? > We need basic functions to format paragrapher, bold, italic, ... > > I found FCKEditor but it is very expensive and weight. > I found this list too but don''t know what is trustful: > http://www.geniisoft.com/showcase.nsf/WebEditors > > Some suggestion? > Thank you > > -- > > Pedro C. Valentini > pedro@incomumdesign.com > +55 (21) 8708-8035 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Have your tried TinyMCE? Thanks Frank Pedro Valentini <pedro@incomumdesign.com> wrote: Hello, We are developing an commercial application that need to use an RTE. Someone know one RTE editor that can I use in an commercial application? We need basic functions to format paragrapher, bold, italic, ... I found FCKEditor but it is very expensive and weight. I found this list too but don''t know what is trustful: http://www.geniisoft.com/showcase.nsf/WebEditors Some suggestion? Thank you -- Pedro C. Valentini pedro@incomumdesign.com +55 (21) 8708-8035 _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails --------------------------------- What are the most popular cars? Find out at Yahoo! Autos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060217/326fd4b1/attachment-0001.html
Hi Nb I''m interested on TinyMCE, how can I use it for my RoR application? Is it easy to implement? Thanks Nathaniel Brown wrote:> TinyMCE and FCKEditor are the two major choices. There are some > lightweight > apps out there, but really lack when it comes to the functionality that > these two supply. > > I have used TinyMCE in the past, and have loaded in the modules I wanted > within the config. Along with FCKEditor, you can customize what buttons > are > loaded. > > - Nb > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Nathaniel S. H. Brown http://nshb.net > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-- Posted via http://www.ruby-forum.com/.
Hi Rath, TinyMCE is really easy to implement. Just download the files and put a couple lines of javascript in your app. See the instructions at http://tinymce.moxiecode.com/tinymce/docs/installing.html Thanks Frank Rath Junk <rathjunk@gmail.com> wrote: Hi Nb I''m interested on TinyMCE, how can I use it for my RoR application? Is it easy to implement? Thanks Nathaniel Brown wrote:> TinyMCE and FCKEditor are the two major choices. There are some > lightweight > apps out there, but really lack when it comes to the functionality that > these two supply. > > I have used TinyMCE in the past, and have loaded in the modules I wanted > within the config. Along with FCKEditor, you can customize what buttons > are > loaded. > > - Nb > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Nathaniel S. H. Brown http://nshb.net > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-- Posted via http://www.ruby-forum.com/. _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060218/9dd099fb/attachment.html
There is also a RTE from dojo: http://archive.dojotoolkit.org/nightly/tests/widget/test_Editor_from_textarea.html Aneesha On 2/18/06, Pedro Valentini <pedro@incomumdesign.com> wrote:> > Hello, > > We are developing an commercial application that need to use an RTE. > Someone know one RTE editor that can I use in an commercial application? > We need basic functions to format paragrapher, bold, italic, ... > > I found FCKEditor but it is very expensive and weight. > I found this list too but don''t know what is trustful: > http://www.geniisoft.com/showcase.nsf/WebEditors > > Some suggestion? > Thank you > > -- > > Pedro C. Valentini > pedro@incomumdesign.com > +55 (21) 8708-8035 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Aneesha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060218/8a7dd290/attachment.html
FCKEditor isn''t expensive...its free and open source! On 2/18/06, Aneesha Bakharia <aneesha.bakharia@gmail.com> wrote:> > There is also a RTE from dojo: > > http://archive.dojotoolkit.org/nightly/tests/widget/test_Editor_from_textarea.html > > Aneesha > > On 2/18/06, Pedro Valentini <pedro@incomumdesign.com> wrote: > > > > Hello, > > > > We are developing an commercial application that need to use an RTE. > > Someone know one RTE editor that can I use in an commercial application? > > We need basic functions to format paragrapher, bold, italic, ... > > > > I found FCKEditor but it is very expensive and weight. > > I found this list too but don''t know what is trustful: > > http://www.geniisoft.com/showcase.nsf/WebEditors > > > > Some suggestion? > > Thank you > > > > -- > > > > Pedro C. Valentini > > pedro@incomumdesign.com > > +55 (21) 8708-8035 > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > Aneesha > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Cheers, Luke Redpath www.lukreedpath.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060218/13ce98c4/attachment.html