hi this is mahesh, new to FCK Editor.I have a problem please suggest me how to solve that.
"i want to retrieve data from FCK Editor and i want to append some text to that and send back again to FCK Editor.I think it is a simple thing for experience candidates.But please suggest how to solve that"
Thu, 06/12/2008 - 06:53
#1
Re: how to append data to FCK Editor?
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ;
if (oEditor)document.getElementById("returnContent").value = oEditor.GetHTML();//GetXHTML(false);
and there is SetHtml as well