Displaying 2 results from an estimated 2 matches for "rich_text_area".
2011 Jan 05
16
Nicedit (rich text editor)
.../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 other plugin or gem for this purpose?
Thanks
--
Posted via http://www.ruby-forum.com/.
--
Y...
2008 Mar 03
1
How change text_area form helper into rich text entry area/control?
Do you know how to render a rich text input area (with HTML formatting
buttons (bold, italics, etc., available?)
In RoR I''m hoping this is very easy to pull off?!?
<%= text_area ''blogentry'', ''entry'' %></p>
TO
<%= rich_text_area ''blogentry'', ''entry'' %></p> ???
Haven''t found anything helpful yet with multiple Google searches.
Thanks in advance,
Pete
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Googl...