Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
cleditor and plugins
BeeZe455
New
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