![MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Manual Download Page 176](http://html1.mh-extra.com/html/macromedia/fireworks-8-extending-fireworks/fireworks-8-extending-fireworks_manual_3339145176.webp)
176
Fireworks JavaScript API
dom.deleteSymbol()
Availability
Fireworks 3.
Usage
dom.deleteSymbol(
symbolName
)
Arguments
symbolName
The name of the symbol to delete from the library. If more than one symbol
exists with this name, only the first symbol is deleted.
■
To delete all the selected symbols from the library (not document), pass
null
.
■
If the deleted symbols contain any active instances in the document, the instances are
also deleted.
Returns
Nothing.
Description
Deletes the specified symbols from the library.
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.
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...