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

theme_advanced_resizing_min_width

(Requires: 3.0)

This option enables you to specify a minimum width for the editor.

Example of usage of the theme_advanced_resizing_min_width option:

tinyMCE.init({
    ...
    theme_advanced_resizing_min_width : 320
});

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.