User Guide

Document functions 229
Arguments
bSnap
If bSnap is true, the tools snap to the grid. If bSnap is false, they do not.
Returns
Nothing.
Description
Specifies whether tools snap to the grid.
dom.setSnapToGuides()
Availability
Fireworks 3.
Usage
dom.setSnapToGuides(bSnap)
Arguments
bSnap
If bSnap is true, the tools snap to all guides. If bSnap is false, they do not.
Returns
Nothing.
Description
Specifies whether tools snap to guides.
dom.setSymbolProperties()
Availability
Fireworks 3.
Usage
dom.setSymbolProperties(currentName, symbolType, newName)
Arguments
currentName
Specifies the current name of the symbol in the library. If more than one master
exists with a name of
currentName, only the first master is changed. If null is passed in for
currentName, the name property is set for all selected symbols in the library (not the document).
symbolType Acceptable values are "graphic", "button", and "animation".
newName Specifies the new name for the symbol.
Returns
Nothing.
Description
Sets the name and symbol type of the specified symbol.