Changeset 6136 for trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
- Timestamp:
- 01/25/10 01:14:07 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
r6127 r6136 67 67 paste_remove_styles: true, 68 68 paste_strip_class_attributes: "all", 69 theme_advanced_buttons1 : " foswikiformat,separator,bold,italic,tt,colour,removeformat,separator,bullist,numlist,outdent,indent,blockquote,separator,link,unlink,anchor,separator,undo,redo,separator,search,replace",70 theme_advanced_buttons2 : "tablecontrols,separator,attach,image,charmap,hr,separator,code,hide,fullscreen",71 theme_advanced_buttons3 : "",69 theme_advanced_buttons1 : "%IF{"defined TINYMCEPLUGIN_BUTTONS1" then="%TINYMCEPLUGIN_BUTTONS1%" else="foswikiformat,separator,bold,italic,tt,colour,removeformat,separator,bullist,numlist,outdent,indent,blockquote,separator,link,unlink,anchor,separator,undo,redo,separator,search,replace"}%", 70 theme_advanced_buttons2 : "%IF{"defined TINYMCEPLUGIN_BUTTONS2" then="%TINYMCEPLUGIN_BUTTONS2%" else="tablecontrols,separator,attach,image,charmap,hr,separator,code,hide,fullscreen"}%", 71 theme_advanced_buttons3 : "%IF{"defined TINYMCEPLUGIN_BUTTONS3" then="%TINYMCEPLUGIN_BUTTONS3%" else=""}%", 72 72 theme_advanced_toolbar_location: "top", 73 73 theme_advanced_resize_horizontal : false,
Note: See TracChangeset
for help on using the changeset viewer.
