Examples
Custom content css
This example demonstrates how to apply custom css file(s) to rich text editor contents. Multiple css files are supported
Demo Code:
<?php
$rte=new RichTextEditor();
$rte->Name="Editor1";
//$rte->ContentCss = "forecolor.css";
$rte->MvcInit();
?>
<?php echo $rte->GetString() ?>