Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 10

CurtisOdenericgillette +8 guests

Can CLEditor jQuery WYSIWYG be simplified?

This discussion is related to the CLEditor jQuery WYSIWYG addon.
Can CLEditor jQuery WYSIWYG be simplified?

The thought of my members using most of these buttons terrifies me.
Tagged:

Comments

  • Any idea how to remove most of the buttons from CLEditor?
  • Posts: 7 1 like
    Change default.php line 91 to this, and remove buttons as needed.

    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];
  • Posts: 2,058
    Thanks @jprado, I'm going to need that this week.

    Vanilla developer [GitHub, Twitter]

Sign In or Register to comment.