Editor.Undo
Methods
Editor.Undo.undo ()
Editor.Undo.redo ()
Editor.Undo.add (id, info)
- idstring
- infoobject
Editor.Undo.commit ()
Editor.Undo.cancel ()
Editor.Undo.collapseTo (index)
- indexnumber
Editor.Undo.save ()
Editor.Undo.clear ()
Editor.Undo.reset ()
Editor.Undo.dirty ()
Editor.Undo.setCurrentDescription (desc)
- descstring
Editor.Undo.register (id, cmd)
- idstring
- cmdEditor.Undo.Command
