Forum closed. New forum available at http://community.wymeditor.org/

list of toolsitems for customizing

Support forum for WYMeditor.

list of toolsitems for customizing

Postby mykel_suthertun on Fri Sep 05, 2008 7:00 pm

I'm a designer and front-end developer with an embarrassingly small knowledge of JavaScript and jQuery, and when I had to customize WYMeditor for our application I struggled to find a list of the pre-defined tools so I could add the one's I wanted and exclude the one's I didn't. Maybe I missed it - is there a FAQ or tutorial with these in them? I found out how to add Bold and Italic from the 0.5 Customization doc, but that was it.

Anyway, here they are in case it helps anyone:

Code: Select all
jQuery(function() {
   jQuery('.wymeditor').wymeditor({
      toolsItems: [
        {'name': 'Bold', 'title': 'Strong', 'css': 'wym_tools_strong'},
        {'name': 'Italic', 'title': 'Emphasis', 'css': 'wym_tools_emphasis'},
        {'name': 'Superscript', 'title': 'Superscript', 'css': 'wym_tools_superscript'},
        {'name': 'Subscript', 'title': 'Subscript', 'css': 'wym_tools_subscript'},
        {'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': 'InsertTable', 'title': 'Table', 'css': 'wym_tools_table'},
        {'name': 'Paste', 'title': 'Paste_From_Word', 'css': 'wym_tools_paste'},
        {'name': 'ToggleHtml', 'title': 'HTML', 'css': 'wym_tools_html'},
        {'name': 'Preview', 'title': 'Preview', 'css': 'wym_tools_preview'}
      ]
   });
});


Am I missing any?

Also, a simple FAQ or tutorial on this as well as customizing the Container and Classes lists would be very helpful. IMO, it seems like those would be the most commonly requested customization questions. Anyone have a link to a thoroughly-written article on it?
mykel_suthertun
 
Posts: 3
Joined: Fri Sep 05, 2008 6:41 pm

Re: list of toolsitems for customizing

Postby jfh on Sat Sep 06, 2008 9:15 pm

There is a customization example available in the package, see 06-custom-menu.html, or http://files.wymeditor.org/wymeditor/tr ... -menu.html

I've just added the toolsItems default value in the 0.5 documentation:
http://trac.wymeditor.org/trac/wiki/0.5 ... toolsItems

Thanks for the feedback.
User avatar
jfh
Site Admin
 
Posts: 370
Joined: Sat Sep 23, 2006 8:43 pm
Location: Belgium


Return to Support

Who is online

Users browsing this forum: No registered users and 1 guest