TinyMCE:Configuration/theme advanced resizing
From Moxiecode Documentation Wiki
[edit]
Option: theme_advanced_resizing
This option gives you the ability to enable/disable the resizing button. This option is only useful if the theme_advanced_statusbar_location option is set to "top" or "bottom". This option is set to false by default.
[edit]
Example of usage of the theme_advanced_resizing option:
tinyMCE.init({
...
theme_advanced_resizing : true
});
