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.
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...