TinyMCE:Configuration/auto resize

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: auto_resize

This option enables you to get the TinyMCE editor area to resize to the boundaries 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
});
Personal tools