It looks like you're new here. If you want to get involved, click one of these buttons!
Vanilla developer [GitHub, Twitter]
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];
Vanilla developer [GitHub, Twitter]