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.
[edit]
Example of usage of the auto_resize option:
tinyMCE.init({
...
auto_resize : true
});
