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.
Can CLEditor jQuery WYSIWYG be simplified?
Desmanthus
New
Comments
ed = jQuery(this).cleditor({
width:"100%",
height:"100%",
controls: // controls to add to the toolbar
"bold italic underline strikethrough subscript superscript | font size " +
"style | color highlight removeformat | bullets numbering | outdent " +
"indent | alignleft center alignright justify | undo redo | " +
"rule image link unlink | cut copy paste pastetext | print source"
})[0];
Does this still apply? I have tried adding in that script on line 91, then removing parts, it has no effect at all.
Never mind worked it out, it was line 98....