Plugin: fullscreen

This plugin adds fullscreen editing mode to TinyMCE.

Installation Instructions

Initialization Example

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