Examples

Relative or Absolute URLs, which do you prefer?

With RichTextEditor, you have the choice of using either a relative or absolute URL.

Demo Code:

<?php
     $rte=new RichTextEditor();
     $rte->Name="Editor1";
     //$rte->URLType="absolute";
     //$rte->URLType="siterelative";
     $rte->MvcInit(); 
?>

<?php echo $rte->GetString() ?>