Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/sketch/UndoStack.js

  • Provides:

    • dojox.sketch.UndoStack
  • Requires:

    • dojox.xml.DomParser in common
  • dojox.sketch.UndoStack

    • type
      Function
    • parameters:
      • figure
  • dojox.sketch.UndoStack.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • figure
  • dojox.sketch.UndoStack.apply

    • parameters:
      • state
      • from
      • to
    • type
      Function
  • dojox.sketch.UndoStack.add

    • parameters:
      • cmd: (typeof String)
      • ann: (typeof ta.Annotation)
      • before: (typeof String)
    • type
      Function
  • dojox.sketch.UndoStack._undoedSteps

    • type
      Array
  • dojox.sketch.UndoStack.destroy

    • type
      Function
  • dojox.sketch.UndoStack.undo

    • type
      Function
  • dojox.sketch.UndoStack.redo

    • type
      Function
  • dojox.sketch.UndoStack.figure

  • dojox.sketch.UndoStack._steps

    • type
      Array
  • dojox.sketch

    • alias - dojox.sketch
  • dojox.sketch.CommandTypes

    • type
      Object
  • dojox.sketch.CommandTypes.Create

    • type
      String
  • dojox.sketch.CommandTypes.Move

    • type
      String
  • dojox.sketch.CommandTypes.Modify

    • type
      String
  • dojox.sketch.CommandTypes.Delete

    • type
      String
  • dojox.sketch.CommandTypes.Convert

    • type
      String
  • dojox

    • type
      Object