TinyMCE:Plugins/autosave
From Moxiecode Documentation Wiki
[edit]
Plugin: autosave
This plugin gives the user a warning if they made modifications to a editor instance but didn't submit them. This plugin will most likely be extended in the future to provide AJAX auto save support.
[edit]
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "autosave"
});
