Document functions
139
Example
The following command deletes the selected symbols from the library as well as any active
instances from the document.
fw.getDocumentDOM().deleteSymbol(null);
dom.detachInstanceFromSymbol()
Availability
Fireworks 3.
Usage
dom.detachInstanceFromSymbol()
Arguments
None.
Description
Breaks the links between the selected instances and the owning symbols.
Returns
Nothing.
dom.detachTextFromPath()
Availability
Fireworks 3.
Usage
dom.detachTextFromPath()
Arguments
None.
Returns
Nothing.
Description
Splits the selected text-on-a-path items into its original text and path items.
dom.distribute()
Availability
Fireworks 3.
Usage
dom.distribute(
dimension
)
Arguments
dimension
Acceptable values are
"vertical"
and
"horizontal"
.
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...