Option: auto_resize

This option enables you to get the TinyMCE editor area to resize to the bounderies of the contents. This option is very experimental and is set to false by default.

Example of usage of the auto_resize option:

tinyMCE.init({
	...
	auto_resize : true
});