Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Spaces for 'toolbar' option.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Feb 9, 2009
1 parent fcf8b06 commit 0e5900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/MooEditable/MooEditable.md
Expand Up @@ -27,7 +27,7 @@ MooEditable Method: constructor {#MooEditable:constructor}
* paragraphise: - (*boolean*: defaults to true) Whether or not to create `<p>` tags when pressing 'Enter'.
* xhtml - (*boolean*: defaults to true) Whether or not to produce XHTML-valid output (empty/void elements with trailing slash).
* semantics - (*boolean*: defaults to true) Whether or not to produce semantic markup (strong/em instead of b/i).
* buttons - (*string*: defaults to 'bold,italic,underline,strikethrough,|,insertunorderedlist,insertorderedlist,indent,outdent,|,undo,redo,|,createlink,unlink,|,urlimage,|,toggleview') A string indicating the buttons and their arrangement on the toolbar.
* buttons - (*string*: defaults to 'bold, italic, underline, strikethrough, |, insertunorderedlist, insertorderedlist, indent, outdent, |, undo, redo, |, createlink, unlink, |, urlimage, |, toggleview') A string indicating the buttons and their arrangement on the toolbar.
* mode - (*string*: defaults to 'icons') Can be 'icons', 'text' and 'icons-text'.
* 'icons' - Iconic buttons.
* 'text' - Textual buttons.
Expand Down

0 comments on commit 0e5900c

Please sign in to comment.