User Guide

Document functions 187
dom.exitPaintMode()
Availability
Fireworks 3.
Usage
dom.exitPaintMode()
Arguments
None.
Returns
Nothing.
Description
Leaves bitmap mode. Has no effect if Fireworks is not in bitmap mode.
dom.exportOptions.loadColorPalette()
Availability
Fireworks 3.
Usage
dom.exportOptions.loadColorPalette(fileURL)
Arguments
fileURL A string, which is expressed as a file://URL, that specifies the GIF or ACT file that
is used to replace the color panel.
Returns
true if the file is read successfully; false if the file is not the expected format or is not read
successfully for any other reason.
Description
Replaces the values in dom.exportOptions.paletteEntries with those in the specified GIF
or ACT file. This function also sets
dom.exportOptions.paletteMode to "custom". For
more information, see “ExportOptions object” on page 58.