Adds a zoom drop list in MSIE5.5+, this plugin was mostly created to show how to add custom droplists as plugins.
Installation Instructions
- Add plugin to TinyMCE plugin option list example: plugins : "zoom".
- Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "zoom".
Initialization Example
tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "zoom", theme_advanced_buttons3_add : "zoom" });