Dear Qian,
JavaScript cannot be executed in the editor preview dialog.
getHTML()
|
This method is used for retrieving the content of CuteEditor as HTML.
Example:
// get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID);
// retrieving the content of Cute Editor as HTML var content = editor1.getHTML(); alert(content ); |
Thanks for asking