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

theme_advanced_resizing_use_cookie

This option enables you to disable the storage of editor size in a cookie. By default the editors size is stored and retrieved from a cookie.

Example of usage of the theme_advanced_resizing_use_cookie option:

tinyMCE.init({
    ...
    theme_advanced_resizing_use_cookie : false
});

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.