Ignore:
Timestamp:
01/25/10 01:14:07 (2 years ago)
Author:
SvenDowideit
Message:

Item8416: add TINYMCEPLUGIN_BUTTONS(123) to allow simple customisation of toolbar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm

    r6127 r6136  
    6767paste_remove_styles: true, 
    6868paste_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: "", 
     69theme_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"}%", 
     70theme_advanced_buttons2 : "%IF{"defined TINYMCEPLUGIN_BUTTONS2" then="%TINYMCEPLUGIN_BUTTONS2%" else="tablecontrols,separator,attach,image,charmap,hr,separator,code,hide,fullscreen"}%", 
     71theme_advanced_buttons3 : "%IF{"defined TINYMCEPLUGIN_BUTTONS3" then="%TINYMCEPLUGIN_BUTTONS3%" else=""}%", 
    7272theme_advanced_toolbar_location: "top", 
    7373theme_advanced_resize_horizontal : false, 
Note: See TracChangeset for help on using the changeset viewer.