Posted by Rob Anderton on April 8th, 2008 @ 18:55 – 18 comments
Updated on July 17th, 2010 @ 23:37
Tagged with fckeditor
So today I found myself in need of a WYSIWYG editor for the admin pages of the site I’m currently working on. I’ve used FCKEditor and Scott Rutherford’s Rails plugin before and Chris has recently been using TinyMCE for a few of our other projects but both of them seemed too heavy, especially when the project requirements only stated a need to apply simple formatting like bold, italic and headings.
Read more of this entry
Posted by Rob Anderton on November 23rd, 2007 @ 11:50 – 11 comments
Updated on June 10th, 2008 @ 12:16
Tagged with fckeditor
I’ve just finished working on some code that makes use of Scott Rutherford’s FCKEditor plugin for Rails. It’s a great plugin that stops views from becoming cluttered with the extra code needed to get FCKEditor working.
I stumbled a bit though when I needed to use an editor that wasn’t tied to a model: there is no tag helper. A quick search turned up a request for such a helper but it doesn’t seem like anybody has actually written one. So here’s mine!
Read more of this entry