User Guide

288 Fireworks JavaScript API
dom.setSliceFilename()
Availability
Fireworks 3.
Usage
dom.setSliceFilename(fileURL)
Arguments
fileURL A string, which is expressed as a file://URL, that specifies the name to be given to
the slice.
Returns
Nothing.
Description
If a single slice is selected, this function turns off automatic naming for the slice and sets its
filename to the specified URL.
dom.setSliceGuideColor()
Availability
Fireworks 3.
Usage
dom.setSliceGuideColor(color)
Arguments
color A color string (see “Color string data type” on page 11).
Returns
Nothing.
Description
Sets the color that is used to display slice guides. To set the color of normal guides, use
dom.setGuideColor().
See also
dom.setGuideColor()