e
» target »
parentNode
» undo
e.target.parentNode.undo
dojo.require("dojox.sketch.Figure");
defined in dojox/sketch/Figure.js
Usage
function ()
(view source)
if
(
this
.
history
)
{
this
.
onBeforeUndo
(
)
;
this
.
history
.
undo
(
)
;
this
.
onUndo
(
)
;
}