I'm trying to integrate Scott Rutherfords's FCKEditor plugin with a
Rails 2.1 and ActiveScaffold project.
The FCKEditor instances load and display things perfectly using helper
methods such as the one below, but the form never gets updated when
the record is saved:
def purpose_form_column(record, input_name)
fckeditor_textarea(:record, :purpose, :toolbarSet =>
'Basic', :width => '400px', :height => '300px')
end
Anyone using AS and FCK in a similar way who updates working?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---