Plugin: fullscreen

This plugin adds fullscreen editing mode to TinyMCE.

Installation Instructions

Fullscreen plugin options
advimage_constrain_proportionsIf this option is set to true, the proportions of the image will be contained when the user inserts a new width/height.

Initialization Example

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