TinyMCE:API/tinymce.Editor/undoManager

From Moxiecode Documentation Wiki

Jump to: navigation, search

Property: undoManager

Summary

This property contains an instance of the tinymce.UndoManager class. It enables you to undo/redo changes inside the editor instance.

Examples

// Undoes the last modification to the editor
tinyMCE.activeEditor.undoManager.undo();
Personal tools