136
Chapter 5: Fireworks JavaScript API
Arguments
boundingRectangle
A rectangle that specifies the bounds within which the selection should be
cropped (see
“Rectangle data type” on page 11
).
Returns
Nothing.
Description
Crops the selection to the specified rectangle.
dom.deleteAllInDocument()
Availability
Fireworks MX.
Usage
dom.deleteAllInDocument()
Arguments
None.
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.
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...