User Guide

Fireworks functions 243
Arguments
title
An optional string that specifies a title for the dialog box that appears. If it is omitted or
null, a default title appears.
startFolder An optional string that serves as the root directory for the dialog box that
appears. If it is omitted or
null, the browse dialog box displays an unspecified directory,
depending on your system configuration. Generally, it is the last directory used.
Description
Displays a dialog box that lets a user select a particular directory.
fw.browseHelp()
Availability
Fireworks MX.
Usage
fw.browseHelp(helpID)
Arguments
helpID
The index number of the help topic to view.
Returns
Nothing.
Description
Opens the specified help topic in the help viewer.
fw.checkFwJsVersion()
Availability
Fireworks 3.
Usage
fw.checkFwJsVersion(version)
Arguments
version
An integer that is reserved for future use; only a value of 0 is supported at this time. To
use this function, put a call to
fw.checkFwJsVersion(0) in your script.
Returns
Nothing.
Description
Checks the JavaScript API for incompatibilities.