TinyMCE Editor 0.90.1.45 (Beta release)
Up to Product page
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.0, Archetypes 1.3, Zope 2.7 |
|---|---|
| State | Beta release |
| License | LGPL |
| Release Manager | turqmr2 |
Installation
- Copy TinyMCE folder to the Plone products folder, restart.
- Use the quick installer to install.
- Using the ZMI, modify the skin properties (portal_skins --> Properties): Move the tinymce entry near the top of the list.
- The editor window uses "tiny.css" for formatting and "plone.css" for the popup windows. This can be modified in the tiny_mce_init.js file.
Upgrading
- If upgrading from a previous version of TinyMCE, you should remove the scripts from the header template:
<script type="text/javascript" tal:condition="not: here/portal_membership/isAnonymousUser" tal:attributes="src string:${portal_url}/jscripts/tiny_mce/tiny_mce.js"></script> <script type="text/javascript" tal:condition="not: here/portal_membership/isAnonymousUser" tal:attributes="src string:${portal_url}/jscripts/tiny_mce/tiny_mce_init.js"></script>
Notes
- Customizations to the init file can be made on the file system and Zope restarted or Refresh the TinyMCE product.
- searchreplace and table plugins are activated using the init file "tiny_mce_init.js". Review the "manual":http://tinymce.moxiecode.com/tinymce/docs/index.html for help with modifying the init file.
- Regular expressions are included which remove some MS specific classes, HTML Comments, and HTML TR, TD, TH tag attributes.
Change log
Plone Product
Version 0.90 (2005-10-03)
- Use javascript_head_slot instead of editing the header template.