CuteEditor for PHP 6.6 Class Library

Editor.ClientID Property

Gets the client ID of Cute Editor control.


Example Code

<?php
         $editor=new CuteEditor();
         $editor->ID="Editor1";
         $editor->Text="Type here";
         echo $editor->ClientID;
         $editor->Draw();
         $editor=null; 

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

See Also

Editor Class | CuteEditor Namespace