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