MACROMEDIA FIREWORKS MX 2004-EXTENDING FIREWORKS Manual page 138

Extending fireworks
Hide thumbs Also See for FIREWORKS MX 2004-EXTENDING FIREWORKS:
Table of Contents

Advertisement

dom.deleteSelection()
Availability
Fireworks 3.
Usage
dom.deleteSelection(bFillDeletedArea)
Arguments
bFillDeletedArea
is in bitmap mode and
fill color. If
false
Returns
Nothing.
Description
Deletes the selection, or the pixel selection if Fireworks is in bitmap mode.
Example
If Fireworks is not in bitmap mode, the following command deletes the selected items.
If Fireworks is in bitmap mode, the following command fills the selected items to transparent.
fw.getDocumentDOM().deleteSelection(false);
dom.deleteSymbol()
Availability
Fireworks 3.
Usage
dom.deleteSymbol(symbolName)
Arguments
The name of the symbol to delete from the library. If more than one symbol exists
symbolName
with this name, only the first symbol is deleted.
To delete all the selected symbols from the library (not document), pass
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.
138
Chapter 5: Fireworks JavaScript API
This argument is ignored if Fireworks is not in bitmap mode. If Fireworks
bFillDeletedArea
, the deleted pixels are filled to transparent.
is
, the deleted pixels are filled with the current
true
.
null

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FIREWORKS MX 2004-EXTENDING FIREWORKS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Fireworks mx 2004

Table of Contents