User Guide

Document functions 173
Returns
Nothing.
Description
Deletes all the objects in the document.
dom.deleteFrames()
Availability
Fireworks 3.
Usage
dom.deleteFrames(frameIndex, howMany)
Arguments
frameIndex An integer value that specifies the location at which to begin deleting frames,
starting with
0 (although, to specify the current frame, pass –1).
howMany Specifies how many frames to delete.
Returns
Nothing.
Description
Deletes one or more frames.
dom.deleteLayer()
Availability
Fireworks 3.
Usage
dom.deleteLayer(layerIndex)
Arguments
layerIndex An integer value that specifies the layer to be deleted, starting with 0
(although, to specify the current layer, pass
–1 here).
Returns
Nothing.