Skip to content

Instantly share code, notes, and snippets.

@parndt
Created May 20, 2010 23:20
Show Gist options
  • Save parndt/408260 to your computer and use it in GitHub Desktop.
Save parndt/408260 to your computer and use it in GitHub Desktop.
, toolsItems: [
{'name': 'Bold', 'title': 'Bold', 'css': 'wym_tools_strong'}
,{'name': 'Italic', 'title': 'Emphasis', 'css': 'wym_tools_emphasis'}
,{'name': 'InsertOrderedList', 'title': 'Ordered_List', 'css': 'wym_tools_ordered_list'}
,{'name': 'InsertUnorderedList', 'title': 'Unordered_List', 'css': 'wym_tools_unordered_list'}
/*,{'name': 'Indent', 'title': 'Indent', 'css': 'wym_tools_indent'}
,{'name': 'Outdent', 'title': 'Outdent', 'css': 'wym_tools_outdent'}
,{'name': 'Undo', 'title': 'Undo', 'css': 'wym_tools_undo'}
,{'name': 'Redo', 'title': 'Redo', 'css': 'wym_tools_redo'}*/
,{'name': 'CreateLink', 'title': 'Link', 'css': 'wym_tools_link'}
,{'name': 'Unlink', 'title': 'Unlink', 'css': 'wym_tools_unlink'}
,{'name': 'InsertImage', 'title': 'Image', 'css': 'wym_tools_image'}
,{'name': 'ToggleHtml', 'title': 'HTML', 'css': 'wym_tools_html'}
,{'name': 'InsertTable', 'title': 'Table', 'css': 'wym_tools_table'}
,{'name': 'Paste', 'title': 'Paste_From_Word', 'css': 'wym_tools_paste'}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment