Hi everyone,
I got fckeditor and put it into my system which works with PHP, Smatry and xhlhttprequest.
It seems to be working well, but any change i make in it do not goes to my hidden input value and when i submit my form nothig was changed.
Someone knows how can i do to fix it?
Thanks in advance.
Wed, 01/10/2007 - 10:14
#1
RE: It does not change the input value.
RE: It does not change the input value.
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ;
alert(oEditor.GetXHTML(true));
Here FCKeditor1 is the editor instance name, which you have given while creating the FCKeditor instance.