var oEditor = FCKeditorAPI.GetInstance('mytextbox') ; // Get the editor instance that we want to interact with
contents = oEditor.GetXHTML( true ) ; // "true" means you want it formatted.
var oEditor = FCKeditorAPI.GetInstance('mytextbox') ; // Get the editor instance that we want to interact with
contents = oEditor.GetXHTML( true ) ; // "true" means you want it formatted.
This solves some problems for me, but... Is there a similar way to insert html into the editor?
Re: Getting FCKeditor content using javascript
Re: Getting FCKeditor content using javascript
This solves some problems for me, but...
Is there a similar way to insert html into the editor?