CuteEditor for PHP 6.6 Class Library

Editor.BaseHref Property

Sets or retrieves the baseline URL on which relative links will be based.


Example Code

<?php
         $editor=new CuteEditor();
         $editor->ID="Editor1";
         $editor->Text="Type here";
         $editor->BaseHref="http://yoursite.com";
         $editor->Draw();
         $editor=null; 

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

See Also

Editor Class | CuteEditor Namespace