Displaying 1 result from an estimated 1 matches for "in_place_editor_".
Did you mean:
in_place_editor
2006 Apr 18
4
IN-PLACE FORM EDITING
Ive been following the rails recipes (great book) and wanted to have a
larger a text field when editing in place.
The chapter it mentions that I can "force the InPlaceEditor to create
either a text ?eld or a <textarea> ?eld, using the :rows option to
in_place_editor_?eld( ). Then any value greater than 1 will tell
InPlaceEditor to generate a <textarea>." It doesn''t elaborate and Im
not sure on the correct way to write it.
I presume you just have to update the view file only (i might be wrong)
my view is -
<% for column in Contact.co...