TinyMCE:Configuration/add unload trigger
From Moxiecode Documentation Wiki
[edit]
Option: 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.
[edit]
Example of usage of the add_unload_trigger option:
tinyMCE.init({
...
add_unload_trigger : false
});
