User Guide
Fireworks functions 325
fw.getFloaterVisibility()
Availability
Fireworks 3.
Usage
fw.getFloaterVisibility(panelName)
Arguments
panelName Acceptable values are "find", "project log", "object", "info", "url",
"effect", "history", "mixer", "fill", "stroke", "swatches", "layers", "frames",
"behaviors", "optimize", "library", "styles", "optimized colors", "options", and
"toolbox".
Returns
A Boolean value: true if the specified panel is visible, false otherwise.
Description
Determines whether a specified panel is visible.
fw.getHideAllFloaters()
Availability
Fireworks 3.
Usage
fw.getHideAllFloaters()
Arguments
None.
Returns
A Boolean value: true if the panels are hidden; false otherwise.
Description
Returns the hidden or visible status of the panels.
NOTE
Any panels not specified in the list of valid arguments (like those in the Command Panels
folder which are “outside” the Fireworks application) should be named exactly as they
appear in the file system without their file extension. For example, the valid argument
name for the Align panel (Align.swf) is "Align", and a valid name for a custom panel file
mypanel.swf would be "mypanel".