Important changes to Tiny Cloud pricing > Find out more
Return to Website

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.

Example of usage of the theme_advanced_resizing option:

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.