TinyMCE_UndoRedo
TinyMCE_UndoRedo(<TinyMCE_Control> inst)
Constructs a undo redo instance, this instance handles the custom undo/redo handeling in TinyMCE.
Parameters
inst - TinyMCE editor control instance.
TinyMCE_UndoRedo(<TinyMCE_Control> inst)
Constructs a undo redo instance, this instance handles the custom undo/redo handeling in TinyMCE. |
boolean | add(<TinyMCE_UndoRedoLevel> l)
Adds a new undo level, this will take a snapshot of the current instance HTML or use the specified level. |
void | redo()
Performes a undo action, this will restore the HTML contents of the editor to a former undoed state. |
void | undo()
Performes a undo action, this will restore the HTML contents of the editor to a former state. |