User Guide
Fireworks functions 241
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.
Returns
Nothing.
Description
Updates the specified linked symbol.
dom.ungroup()
Availability
Fireworks 3.
Usage
dom.ungroup()
Arguments
None.
Returns
Nothing.
Description
Ungroups any grouped items in the selection. To group items, use dom.group().
See also
dom.group()
Fireworks functions
In Fireworks MX, fw is synonymous with the Fireworks object. All methods of the Fireworks
object can be referred to as
fireworks.functionName() or as fw.functionName().