Editor requirements
Last modified: June 20, 2009 - 23:51
To include support for an editor in Wysiwyg module, the original editor library must meet the following requirements:
- The library is versioned.
- Versions can be downloaded from the vendor's web site.
- Earlier versions are available for download.
- At least one file in the downloaded package contains the exact version of the library.
Ideally, this is either in a CHANGELOG.txt, or at the top of the main JavaScript file of the editor.
- The editor library is capable to spawn multiple instances, and each instance can be attached and detached independently at runtime.
- Each instance supports separate settings and the configuration/settings can be passed separately to each instance.
