User Guide

Fireworks functions 271
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".
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".
boundingRectangle
A rectangle that specifies the size of the panel (see Rectangle data type”
on page 11). Some panels ignore the specified size but place the upper left corner of the panel at
the upper left of the specified rectangle.
Returns
Nothing.
Description
Sets the position and size of a panel.
fw.setFloaterVisibility()
Availability
Fireworks 3.
Usage
fw.setFloaterVisibility(panelName, bVisible)
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".
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".
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.