User Guide
272 Chapter 5: Fireworks JavaScript API
fw.setHideAllFloaters()
Availability
Fireworks 3.
Usage
fw.setHideAllFloaters(bHide)
Arguments
bHide
If bHide is true, the panels are hidden. If bHide is false, the panels are visible.
Returns
Nothing.
Description
Shows or hides the panels. This behavior is the same as the Tab key behavior.
fw.setPref()
Availability
Fireworks 3.
Usage
fw.setPref(prefname, prefval)
Arguments
prefname
and prefval A complete list of these values is beyond the scope of this
documentation, but the format of
prefname and prefval exactly matches those in the Fireworks
Preferences file. To return the value that is associated with a Preference key, use
fw.getPref().
Returns
Nothing.
Description
Sets the value that is associated with the specified Preference key.
See also
fw.getPref()
fw.setUpFindReplace()
Availability
Fireworks 3.
Usage
fw.setUpFindReplace(findSpec)
Arguments
findSpec
A Find object (see “Find object” on page 20).