User Guide
304 Fireworks JavaScript API
Returns
Nothing.
Description
Tweens between the two selected instances.
dom.undo()
Availability
Fireworks 3.
Usage
dom.undo()
Arguments
None.
Returns
Nothing.
Description
Undoes the most recent step performed, as long as that step is actually undoable; meaning, if
you use a command that contains multiple JavaScript instructions, then you can undo the
command (all 10 JavaScript instructions) and not just one JavaScript instruction within that
command. Most (but not all) JavaScript functions create an undoable action to be executed.
dom.updateSymbol()
Availability
Fireworks 3.
Usage
dom.updateSymbol(name)
Arguments
name The name of a symbol in the library. If more than one symbol exists with a name of
name, then only the first symbol with that name is updated. If null is passed in for name, then
all the selected linked symbols in the library (not the document) are updated.