User Guide

176 Chapter 5: Fireworks JavaScript API
Returns
Nothing.
Description
Forces the document to redraw itself immediately. This function is useful for providing feedback
during complicated commands.
dom.reflectSelection()
Availability
Fireworks 3.
Usage
dom.reflectSelection(bHoriz, bVert, opts)
Arguments
bHoriz
If bHoriz is true, the items are reflected horizontally.
bVert If bVert is true, the items are reflected vertically.
opts Acceptable values are "transformAttributes", "autoTrimImages", and
"autoTrimImages transformAttributes".
Returns
Nothing.
Description
Reflects the selection vertically, horizontally, or both.
dom.removeAllGuides()
Availability
Fireworks 3.
Usage
dom.removeAllGuides(guidekind)
Arguments
guidekind
Acceptable values are "horizontal" and "vertical".
Returns
Nothing.
Description
Removes all guides of the specified type.