CuteEditor for ASP 6.1 Class Library

Editor.TemplateItemList Property

Gets or sets the template or layout to use for the toolbars.

Example Code

<?php
         $editor=new CuteEditor();
         $editor->ID="Editor1";
         $editor->Text="Type here";
         $editor->FilesPath="CuteEditor_Files";
         $editor->TemplateItemList="Bold, Italic, Underline";
         $editor->Draw();
         $editor=null; 

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

See Also

Editor Class | CuteEditor Namespace


Copyright 2007 PHP Online HTML Editor. All rights reserved.