TinyMCE:Plugins/zoom
From Moxiecode Documentation Wiki
[edit]
Plugin: zoom
(Removed in: 3.0)
This plugin was removed in 3.0 since TinyMCE is a crossbrowser RTE and if a function like this only works in IE it should not be in there at all.
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 zoom button name to button list, example: theme_advanced_buttons3_add : "zoom".
[edit]
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "zoom",
theme_advanced_buttons3_add : "zoom"
});
