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

add_unload_trigger

If you set this option to true, page contents will be stored away if the page is unloaded, for example if the user navigates away from the page and then navigated back to it by pressing the back button. This option is set to true by default.

Example of usage of the add_unload_trigger option:

tinyMCE.init({
    ...
    add_unload_trigger : 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.