CuteEditor for ASP 6.1 Class Library

Editor.XHTMLOutput Property

Retrieves the CuteEditor HTML content in XHTML format.

Example Code

<?php
         $editor=new CuteEditor();
         $editor->ID="Editor1";
         $editor->Text="Type here";
         $editor->FilesPath="CuteEditor_Files";
         $editor->XHTMLOutput=true;
         $editor->Draw();
         $editor=null; 

         //use $_POST["Editor1"]to catch the data
?>

See Also

Editor Class | CuteEditor Namespace