插件:fullscreen

这个插件为 TinyMCE 增加全屏编辑模式。

安装说明

Fullscreen 插件选项
fullscreen_settings这个选项可以编辑器在全屏模式时有不同的应用设置。例如更多的工具。

初始化示例

tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins : "fullscreen",
	theme_advanced_buttons3_add : "fullscreen",
	fullscreen_settings : {
		theme_advanced_path_location : "top"
	}
});