144
Chapter 5: Fireworks JavaScript API
dom.duplicateSymbol()
Availability
Fireworks 3.
Usage
dom.duplicateSymbol(
symbol
)
Arguments
symbol
The symbol to duplicate.
•
To duplicate all selected symbols in the library (not the document), pass a
null
value.
•
Duplicating a linked symbol results in a nonlinked duplicate.
Returns
Nothing.
Description
Duplicates the specified symbol.
dom.duplicateSymbolForAlias()
Availability
Fireworks 3.
Usage
dom.duplicateSymbolForAlias()
Arguments
None.
Returns
Nothing.
Description
If any symbol instances are selected, this function makes duplicate symbols of all the symbols that
are pointed to by those instances. The selected instances are updated to point to the new duplicate
copies of the symbols. Duplicate symbols always result in nonlinked duplicates. (The use of the
word “alias” in the function name corresponds to an “instance” in a Fireworks document.)
dom.elementsAt()
Availability
Fireworks MX 2004.
Usage
dom.elementsAt(
where
)
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...