Changeset 5387


Ignore:
Timestamp:
10/29/09 06:49:04 (2 years ago)
Author:
PaulHarvey
Message:

Item2245: Tweak documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/TinyMCEPlugin/data/System/TinyMCEPlugin.txt

    r5385 r5387  
    3737 
    3838---++ Preferences 
    39 If you want to change any of the preferences it is recommended that you copy the examples below and paste them into your own [[%SYSTEMWEB%.PreferenceSettings][preference settings]]. The settings in this topic are just examples and have no effect. 
     39No preferences are stored in this topic. The example settings here have no effect.  To learn more about setting preference variables, see the %SYSTEMWEB%.PreferenceSettings topic.  
    4040 
    4141---+++ =TINYMCEPLUGIN_INIT= 
    42 This variable lets you redefine all the options passed to the !TinyMCE editor on startup. For a full explanation of the available options, and 
    43 guidance on reconfiguring !TinyMCE, see the [[http://wiki.moxiecode.com/index.php/TinyMCE:Configuration][Moxicode TinyMCE Wiki]].  
     42This variable holds all the options passed to the !TinyMCE editor on startup. For a full explanation of available !TinyMCE options, and guidance on reconfiguring !TinyMCE, see the [[http://wiki.moxiecode.com/index.php/TinyMCE:Configuration][Moxicode TinyMCE Wiki]].  
    4443 
    4544The default options are as follows (you will need to remove the newlines for your own =TINYMCEPLUGIN_INIT= string). Note the inclusion of the Pattern Skin standard CSS files in the =content_css= setting. 
     
    9897</verbatim> 
    9998 
    100 ---+++ Table of available preferences 
     99---+++ Other Settings 
    101100| *Variable* | *Default* | *Description* | 
    102101| =TINYMCEPLUGIN_INIT= | As [[%TOPIC%#Preferences][above]] | This variable holds the initialization parameters used to start !TinyMCE | 
     
    119118</verbatim> 
    120119 
    121 ---+++ Additional !TinyMCE plugins  
     120---+++ Additional !TinyMCE Plugins  
    122121Documentation for standard plugins shipped with !TinyMCE can be found at [[http://wiki.moxiecode.com/index.php/TinyMCE:Plugins]]. 
    123122 
     
    142141 
    143142---- 
     143---+++ WysiwygPlugin Settings 
     144TinyMCEPlugin depends on WysiwygPlugin to do the conversions from HTML to TML (Topic Markup Language) and back again. For more information, see WysiwygPlugin. 
    144145%INCLUDE{"%SYSTEMWEB%.WysiwygPluginSettings"}% 
    145146---- 
Note: See TracChangeset for help on using the changeset viewer.