TinyMCE:API/tinymce.Editor/undoManager
From Moxiecode Documentation Wiki
[edit]
Property: undoManager
[edit]
Summary
This property contains an instance of the tinymce.UndoManager class. It enables you to undo/redo changes inside the editor instance.
[edit]
Examples
// Undoes the last modification to the editor tinyMCE.activeEditor.undoManager.undo();
