1. Firstly, you must include the CuteEditor class file.
<?php include_once("CuteEditor_Files/include_CuteEditor.php") ; ?>
2. Secondly, you must create a new CuteEditor class object. Finally, you must assign a unique ID to your CuteEditor control, as shown below:
<?php
$editor=new CuteEditor();
$editor->ID="cont_text"; // same ID as your textarea
$editor->Text=htmlentities($row_Content['cont_text'], ENT_COMPAT, 'utf-8'); // Set value
$editor->FilesPath="CuteEditor_Files";
$editor->Draw();
$editor=null;
//use $_POST["cont_text"]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