Plugin: zoom

Adds a zoom drop list in MSIE5.5+, this plugin was mostly created to show how to add custom droplists as plugins.

Installation Instructions

Initialization Example

tinyMCE.init({
    theme : "advanced",
    mode : "textareas",
    plugins : "zoom",
    theme_advanced_buttons3_add : "zoom"
});