I was trying to send the text using prototypejs and scriptaculous.
$oFCKeditor = new FCKeditor('richtext'); $oFCKeditor->BasePath = $root.'fckeditor/'; $oFCKeditor->ToolbarSet = 'MyToolbar'; $oFCKeditor->Value = $text; $oFCKeditor->Create();
I was trying to send the text using prototypejs and scriptaculous.
$oFCKeditor = new FCKeditor('richtext'); $oFCKeditor->BasePath = $root.'fckeditor/'; $oFCKeditor->ToolbarSet = 'MyToolbar'; $oFCKeditor->Value = $text; $oFCKeditor->Create();
Re: prototypejs and fckeditor, not posting updated values
Then calling this function in the before callback of the ajax request.
Fckeditor 4.1, not passing editor value with ajax
i am using fck editor 4.1 fullversion. and trying to save editor data to mysql database using ajax post. sometimes it's working and sometimes it's does not working.
i am using this code for get data from editor.
var data = CKEDITOR.instances['editor1'].getData();
Please anybody help me.
Thanks in advance! :)
Fckeditor 4.1, not passing editor value with ajax
i am using fck editor 4.1 fullversion. and trying to save editor data to mysql database using ajax post. sometimes it's working and sometimes it's does not working.
i am using this code for get data from editor.
var data = CKEDITOR.instances['editor1'].getData();
Please anybody help me.
Thanks in advance! :)