插件:zoom

在 MSIE5.5+ 中增加一个放大的下拉列表,这个插件主要用来展示如何定制插件的下拉列表。

安装说明

初始化示例

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