Changeset 6127
- Timestamp:
- 01/24/10 02:14:46 (2 years ago)
- Location:
- trunk/TinyMCEPlugin
- Files:
-
- 2 edited
-
data/System/TinyMCEPlugin.txt (modified) (5 diffs)
-
lib/Foswiki/Plugins/TinyMCEPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TinyMCEPlugin/data/System/TinyMCEPlugin.txt
r5873 r6127 61 61 save_callback : "FoswikiTiny.saveCallback", 62 62 %IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}% 63 plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,foswikibuttons,foswikiimage %IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%",63 plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,foswikibuttons,foswikiimage,%TINYMCEPLUGIN_ADDITIONAL_MCEPLUGINS%", 64 64 foswiki_secret_id : "%WYSIWYG_SECRET_ID%", 65 65 foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" }, … … 100 100 | *Variable* | *Default* | *Description* | 101 101 | =TINYMCEPLUGIN_INIT= | As [[%TOPIC%#Preferences][above]] | Holds the initialization parameters used to start !TinyMCE | 102 | =TINYMCEPLUGIN_ADDITIONAL_MCEPLUGINS= | additional !TinyMCE plugins to initialise | 102 103 | =TINYMCEPLUGIN_INIT_browser= | See [[%TOPIC%#Browser_Specific_Settings][Browser Specific Settings]] below | Add extra parameters to =TINYMCEPLUGIN_INIT= string for a specific =_browser= | 103 104 | =TINYMCEPLUGIN_DISABLE= | 0 | If set to 1, disables TinyMCEPlugin. _Please use_ =NOWYSIWYG= _instead_ | … … 120 121 ---+++ Additional !TinyMCE Plugins 121 122 Documentation for standard plugins shipped with !TinyMCE can be found at [[http://wiki.moxiecode.com/index.php/TinyMCE:Plugins]]. 123 124 To enable these extra plugins, Set the =TINYMCEPLUGIN_ADDITIONAL_MCEPLUGINS= variable in your %USERSWEB%.SitePreferences. eg. 125 126 <verbatim> 127 * Set TINYMCEPLUGIN_ADDITIONAL_MCEPLUGINS = emotions 122 128 123 129 Some notable plugins: … … 166 172 | Release: | %$RELEASE% | 167 173 | Change History: | <!-- versions below in reverse order --> | 174 | 24 Jan 2010 | Foswikitask:Item8416: add TINYMCEPLUGIN_ADDITIONAL_MCEPLUGINS to allow wiki, web and topic specific plugins to be added [[Foswiki:Main.SvenDowideit][SD]] | 168 175 | 29 Dec 2009 | Foswikitask:Item2447: Fix unable to apply "Normal" format in some browsers (notes added to System topic)<br/> Foswikitask:Item1462: Block attachments to unsaved AUTOINC topics | 169 176 | 25 Nov 2009 | Foswikitask:Item2412: Inserting images - fixed a problem where it wasn't easy (impossible unless > 1 attachments) to select the first image in the attachment list; improved layout of dialog window where preview obscures insert/cancel buttons. | … … 212 219 * [[http://ilog.fr][ILOG]] 213 220 * [[http://www.carrier.com][Carrier Corporation]] 214 * [[http:// foswiki.net][TWIKI.NET]]221 * [[http://twiki.net][TWIKI.NET]] 215 222 216 223 <!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. --> -
trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
r5869 r6127 43 43 save_callback : "FoswikiTiny.saveCallback", 44 44 %IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}% 45 plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,foswikibuttons,foswikiimage %IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%",45 plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,foswikibuttons,foswikiimage,%TINYMCEPLUGIN_ADDITIONAL_MCEPLUGINS%", 46 46 foswiki_secret_id : "%WYSIWYG_SECRET_ID%", 47 47 foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" },
Note: See TracChangeset
for help on using the changeset viewer.
