Hi all,
I'm using FCKeditor and prototype and have run into a problem...
When I use prototype's form.serialize()... Iget the original value that was specified to the FCK field... any changes by the end user are not picked up...
Can anyone help... this one is driving me nuts
Thanks,
Mojoinst
Fri, 08/22/2008 - 05:47
#1
Re: FCK and protoype form.serialize()
You have to have one of these somewhere:
And then before calling Form.serialize() you must call:
Then it will work
Re: FCK and protoype form.serialize()
Thank you sooo much!
Sorry about the late reply but that worked perfectly...
oh an i just noticed... why are these forums using a bbcode editor and not an FCKeditor ? lol
Mojoinst