User Guide

224 Chapter 5: Fireworks JavaScript API
dom.setShowEdges()
Availability
Fireworks 3.
Usage
dom.setShowEdges(bShowEdges)
Arguments
bShowEdges
If bShowEdges is true, the Show Edges option is turned on. If bShowEdges is
false, the option is turned off.
Returns
Nothing.
Description
Specifies whether the Show Edges option is on or off.
dom.setShowGammaPreview()
Availability
Fireworks 3.
Usage
dom.setShowGammaPreview(bPreviewGamma)
Arguments
bPreviewGamma
If bPreviewGamma is true, the Preview Gamma option is turned on. If
bPreviewGamma is false, the option is turned off.
Returns
Nothing.
Description
Specifies whether the Preview Gamma option is on or off.
dom.setShowGrid()
Availability
Fireworks 3.
Usage
dom.setShowGrid(bShow)
Arguments
bShow
If bShow is true, the grid is visible. If bShow is false, it is not visible.