search for: niceditinit

Displaying 1 result from an estimated 1 matches for "niceditinit".

2011 Jan 05
16
Nicedit (rich text editor)
...s in some views of my project. I have installed jquery: ruby script/plugin install git://github.com/aaronchi/jrails.git nicEdit plugin: ruby script/plugin install git://github.com/sergio-fry/Simple-nicEdit.git Add js in layout: <%= javascript_include_tag ''nicEdit'', ''nicEditInit'' %> Use it in form <% form_for @item do |f| %> <%= f.rich_text_area :description %> <% end %> I have no results in my views and no javascript errors appears (checked with firebug). Could someone tell me if I have skipped something? Could someone recommend me othe...