Displaying 3 results from an estimated 3 matches for "widgeditor".
2008 Jan 09
4
Problems with widgEditor (HTML rich text editor)
Hello, I need a HTML rich text editor for a field, and widgEditor seems
to be just what I need:
http://www.themaninblue.com/experiment/widgEditor/
I''ve installed it, following the Aidanf.net''s post:
http://www.aidanf.net/adding-a-rich-text-editor-to-your-rails-application
But althougth it displays well, I can''t write inside; as if it...
2007 Mar 11
0
widgEditor not showing on edit page?
I implemented widgEditor for a text_area,
I use
<%= text_area ''post'', ''description'', ''class''=>''widgEditor'' %>
to offer a basic textarea allowing users to enter text.
it shows when creating a new record, but not shows when a user clicks
ed...
2009 Sep 29
0
widgEditor submit problem
when I am using the widgEditor with model form so
<%= form_for @person do |f| %>
...
<%= f.text_area :content, :class=>''widgEditor'' %>
...
<%= f.submit "Submit" %>
when I submit the form it does not work because it tries to submit to
non existing route like:
No route matches &qu...