warnickr,
1. I just checked the code. The JavaScript execution is the preview dialog is also disabled.
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 );
|
3. <security name="EnableStripScriptTags">false</security>
EnableStripScriptTags is not a security item. Please use the following method to set this property.
Editor.EnableStripScriptTags Property
Specifies whether to remove inject script before write the string into the db.
Example Code
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text="Type here";
$editor->FilesPath="CuteEditor_Files";
$editor->EnableStripScriptTags=false;
$editor->Draw();
$editor=null;
//use $_POST["Editor1"]to catch the data
?>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx