I've just noticed that if I submit the form again without changing anything,
the modified text is picked up in the $_POST array, on the second try. Now
I'm wondering if there's a way to simulate this update of the input data
before sending the form, so that it has the correct data on the first
attempt?



imatts wrote:
> 
> Is there a way to add an element to the array that get posted to the
> action="example.php"? 
> The form plugin is great, and it sends all the form fields for you, easy
> and quick, but it's not sending the updated text in the edit area.
> 
> Normally you can get this updated text by doing: var editor =
> FCKeditorAPI.GetInstance('editor').GetXHTML(true);
> 
> which is fine, but how do I attach this variable to the $_POSTed ones that
> are in the form? (is there a way to do this using the form plugin?)
> 
> Any help would be most appreciated!
> 

-- 
View this message in context: 
http://www.nabble.com/JQuery%2C-Form-plugin-and-FCKeditor-tf3666628s15494.html#a10245560
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to