Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WysiwygPlugin/data/TWiki/WysiwygPlugin.txt

    r14 r464  
    9595---+++ Other techniques 
    9696---++++ Asynchronous saves 
    97 Editors can use =XmlHttpRequest= to perform saves, by POSTing to the TWiki =save= script with the =wysiwyg_edit= parameter set to =1=. This parameter tells the =beforeSaveHandler= in the !WysiwygPlugin to convert the content back to TML. See %TWIKIWEB%.TWikiScripts for details of the other parameters to the =save= script. 
     97Editors can use =XmlHttpRequest= to perform saves, by POSTing to the TWiki =save= script with the =wysiwyg_edit= parameter set to =1=. This parameter tells the =beforeSaveHandler= in the !WysiwygPlugin to convert the content back to TML. See %SYSTEMWEB%.TWikiScripts for details of the other parameters to the =save= script. 
    9898 
    9999Once the save script has completed it responds with a redirect, either to an Oops page if the save failed, or to the appropriate post-save URL (usually a =view=). The editor must be ready to handle this redirect. 
     
    126126 
    127127---+++ Translator control 
    128 %INCLUDE{"%TWIKIWEB%.WysiwygPluginSettings"}% 
     128%INCLUDE{"%SYSTEMWEB%.WysiwygPluginSettings"}% 
    129129 
    130130*Implementors note* if you are using your own before/after edit handlers, you can call =TWiki::Plugins::WysiwygPlugin::isWysiwygEditable()= to check these controls. 
     
    192192|  Appraisal: | http://twiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    193193 
    194 __Related Topics:__ %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins 
     194__Related Topics:__ %SYSTEMWEB%.TWikiPreferences, %SYSTEMWEB%.TWikiPlugins 
    195195 
    196196<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. --> 
Note: See TracChangeset for help on using the changeset viewer.