Ignore:
Timestamp:
12/18/09 10:38:11 (2 years ago)
Author:
CrawfordCurrie
Message:

Item2511: move code out of the main plugin module into a lazy-loaded handlers module. Reduces load time significantly, important when wysiwyg editing is not even an option (eg when REST handling)#

File:
1 edited

Legend:

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

    r5573 r5816  
    77%SHORTDESCRIPTION% 
    88 
    9 Support for the integration of WYSIWYG (What-You-See-Is-What-You-Get) editors. On its own, the only thing this plugin gives you is a stand-alone HTML to TML (topic markup language) translator script. For WYSIWYG editing in Foswiki and Foswiki, you will also need to install a specific editor package such as Foswiki:Extensions.TinyMCEPlugin. 
     9Support for the integration of WYSIWYG (What-You-See-Is-What-You-Get) editors. On its own, the only thing this plugin gives you is a stand-alone HTML to TML (topic markup language) translator script. For WYSIWYG editing you will also need to install a specific editor package such as Foswiki:Extensions.TinyMCEPlugin. 
    1010 
    1111This plugin provides a generic framework that supports editing of topics using any browser-based HTML editor. It works by transforming TML into HTML for the editor, and then transforming HTML back into TML on save. 
     
    176176|  Release: | %$RELEASE% | 
    177177|  Change History: | | 
     178|  18 Dec 2009 | Foswikitask:Item2511: move code out of the plugin module to accelerate loading | 
    178179|  18 Nov 2009 | Foswikitask:Item2369: Convert tables with cells that span rows | 
    179180|  22 Oct 2009 | Foswikitask:Item2183: Protect div style= by default | 
Note: See TracChangeset for help on using the changeset viewer.