I'm attempting to add some ajax part-update hobo-style forms to my app. I've managed to get everything working except for saving content in the CKEditor field. A quick glance at the Hobo.ajaxRequest method makes me think this might be a problem caused by the way prototype serializes forms (the call is Form.serialize(form)). Basically, the ckeditor field content that is sent to the backend is "" and the reset- form attribute on the form fails to reset the ckeditor content.
Has anyone else experienced this? Do we need to explicitly check for a ckeditor field and add it to the params hash if found? Thanks. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
