TinyMCE:Plugins/zoom

From Moxiecode Documentation Wiki

Jump to: navigation, search

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

  1. Add plugin to TinyMCE plugin option list example: plugins : "zoom".
  2. Add the zoom button name to button list, example: theme_advanced_buttons3_add : "zoom".

Initialization Example

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