Ignore:
Timestamp:
04/30/09 09:13:24 (3 years ago)
Author:
CrawfordCurrie
Message:

Item8108: refinements on the configuration

File:
1 edited

Legend:

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

    r3369 r3777  
    4141save_callback : "FoswikiTiny.saveCallback", 
    4242%IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}% 
    43 plugins : "table,searchreplace,autosave,paste,foswikibuttons,foswikiimage%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%", 
     43plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,foswikibuttons,foswikiimage%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%", 
    4444foswiki_secret_id : "%WYSIWYG_SECRET_ID%", 
    4545foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" }, 
     
    6666paste_strip_class_attributes: "all", 
    6767theme_advanced_buttons1 : "foswikiformat,separator,bold,italic,tt,colour,removeformat,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,separator,attach,image,charmap,hr,separator,undo,redo,separator,search,replace", 
    68 theme_advanced_buttons2: "tablecontrols,separator,code,hide", 
     68theme_advanced_buttons2: "tablecontrols,separator,code,hide,fullscreen", 
    6969theme_advanced_buttons3: "", 
    7070theme_advanced_toolbar_location: "top", 
     
    7474theme_advanced_statusbar_location : "bottom", 
    7575keep_styles : false, 
    76 gecko_spellcheck : true, 
    7776content_css : "%PUBURLPATH%/%SYSTEMWEB%/TinyMCEPlugin/wysiwyg%IF{"$TINYMCEPLUGIN_DEBUG" then="_src"}%.css,%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/base.css,%FOSWIKI_STYLE_URL%,%FOSWIKI_COLORS_URL%" 
    7877HERE 
     
    8079    MSIE => 'paste_auto_cleanup_on_paste : true', 
    8180    OPERA => '', 
    82     GECKO => '', 
     81    GECKO => 'gecko_spellcheck : true', 
    8382    SAFARI => '', 
    8483   ); 
    8584 
    86 use Foswiki::Func; 
     85use Foswiki::Func (); 
    8786 
    8887my $query; 
Note: See TracChangeset for help on using the changeset viewer.