Options
cleditor and plugins
Had a terrible time trying to get those plugins to work. Well, download cleditor 1.4.3 and upload the js files. Then edit defualt.php and add your plugin.
// Add the CLEditor to the form $Sender->RemoveJsFile('jquery.autogrow.js'); $Sender->AddJsFile($this->GetResource('jquery.cleditor.min.js', FALSE, FALSE)); $Sender->AddJsFile($this->GetResource('jquery.cleditor.NEWPLUGINNAME.js', FALSE, FALSE)); $Sender->AddCssFile($this->GetResource('jquery.cleditor.css', FALSE, FALSE)); $Sender->Head->AddString('
0