User Guide
342 Fireworks JavaScript API
bVisible If bVisible is true, the specified panel is visible. If bVisible is false, the panel
is hidden.
Returns
Nothing.
Description
Shows or hides the specified panel.
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().