Hi people, i just finished my first weblog, with comments, auth and admin zone(yay!) so i was looking for a way to make a rich text editor zone for the posts, right now im using textilize() and <br> html tags to format the text and breaklines so hope some one can give a reference in how to achieve that. Already told you that this rails stuff its amazing :) -- Posted via http://www.ruby-forum.com/.
Hi ! 2006/4/25, Ana Barrueta <barrueta8@hotmail.com>:> Hi people, i just finished my first weblog, with comments, auth and > admin zone(yay!) so i was looking for a way to make a rich text editor > zone for the posts, right now im using textilize() and <br> html tags to > format the text and breaklines so hope some one can give a reference in > how to achieve that.Look into integrating FCKEditor. I did it and it works great. One caveat - FCKEditor won''t work if the view is XHTML compliant. I had to use the Strict HTML DTD instead of the Strict XHTML DTD. Bye ! -- Fran?ois Beausoleil http://blog.teksol.info/
TinyMCE is another option -- it''s fairly straightforward to integrate.. Francois Beausoleil wrote:> Hi ! > > 2006/4/25, Ana Barrueta <barrueta8@hotmail.com>: > >> Hi people, i just finished my first weblog, with comments, auth and >> admin zone(yay!) so i was looking for a way to make a rich text editor >> zone for the posts, right now im using textilize() and <br> html tags to >> format the text and breaklines so hope some one can give a reference in >> how to achieve that. >> > > Look into integrating FCKEditor. I did it and it works great. One > caveat - FCKEditor won''t work if the view is XHTML compliant. I had > to use the Strict HTML DTD instead of the Strict XHTML DTD. > > Bye ! > -- > Fran?ois Beausoleil > http://blog.teksol.info/ > > ------------------------------------------------------------------------ > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >