User Guide

Document functions 213
dom.setGuideColor()
Availability
Fireworks 3.
Usage
dom.setGuideColor(guideColor)
Arguments
guideColor
A color string (see “Color string data type” on page 11).
Returns
Nothing.
Description
Sets the color that is used to display normal (nonslice) guides. To set the color of slice guides, use
dom.setSliceGuideColor().
See also
dom.setSliceGuideColor()
dom.setHotspotAltTag()
Availability
Fireworks 3.
Usage
dom.setHotspotAltTag(whatToSet, altTagString)
Arguments
whatToSet
Acceptable values are "hotspots", "slices", and "hotspots and slices".
altTagString A string that specifies the text to be used for the alt tag.
Returns
Nothing.
Description
Sets the alt tag text to the specified value for the Hotspots and slices in the selection.
Example
The following command sets the text attributes of the alt tag of the selected slices to "This is my
alt tag
".
fw.getDocumentDOM().setHotspotAltTag("slices","This is my alt tag");