I may be missing something simple here, but anyway, here goes. I have a simple form, a couple of inputs, and the FCK object, which should contain the main body of text for the form. If I use an onClick to call a Prototype Ajax.Updater function to do something with the data, PHP Info shows that nothing from the FCK object is passed. This does work if I use the Submit, but I'd really like to use the Prototype function still.
Does the FCK editor not work well with the Ajax.Updater call?
Thanks for any advice!
Does the FCK editor not work well with the Ajax.Updater call?
Thanks for any advice!
Re: Prototype Ajax.Updater Problem
Hi.
Please refer to this link: http://docs.fckeditor.net/FCKeditor_2.x ... AjaxSubmit.
Call the function MyObject.UpdateEditorFormValue(); before collecting the parameters i.e, Form.serializeElements. It won't work on $(element).value.
Hope this helps.