TinyMCE:Configuration/auto resize
From Moxiecode Documentation Wiki
[edit]
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.
This option has been deprecated since there is now a new autoresize plugin
[edit]
Example of usage of the auto_resize option:
tinyMCE.init({
...
auto_resize : true
});
