User Guide
174 Chapter 5: Fireworks JavaScript API
dom.pathSimplify()
Availability
Fireworks 3.
Usage
dom.pathSimplify(limit)
Arguments
limit
is a floating-point value that specifies how much to simplify. This value corresponds to the
value in the Modify > Alter Path > Simplify dialog box.
Returns
Nothing.
Description
Performs a simplify operation on the selected paths.
dom.pathUnion()
Availability
Fireworks 3.
Usage
dom.pathUnion()
Arguments
None.
Returns
Nothing.
Description
Performs a union operation on the selected paths.
dom.previewInBrowser()
Availability
Fireworks MX.
Usage
dom.previewInBrowser(primaryBrowser)
Arguments
primaryBrowser
A Boolean value that specifies which browser Fireworks should start: the
primary browser (true) or the secondary browser (false).
Returns
Nothing.