MACROMEDIA FIREWORKS MX 2004-EXTENDING FIREWORKS Manual page 270

Extending fireworks
Hide thumbs Also See for FIREWORKS MX 2004-EXTENDING FIREWORKS:
Table of Contents

Advertisement

fw.setFloaterGrouping()
Availability
Fireworks 3.
Usage
fw.setFloaterGrouping(panelNameToMove, panelNameToReceive)
Arguments
panelNameToMove
panelNameToReceive
panelNameToMove
panel moves into its own panel. Acceptable values are
,
,
"info"
"url"
,
"frames"
"behaviors"
, and
"options"
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".
Returns
Nothing.
Description
Moves the specified panel into another panel, changing it to a tab within that panel. This is the
same behavior as dragging a tab from one panel to another or to its own panel.
Example
The following command moves the Stroke tab from its current location into the panel named
Object. Although the panel name might be capitalized onscreen, it must be passed as lowercase.
fw.setFloaterGrouping("stroke", "object");
fw.setFloaterPosition()
Availability
Fireworks 3.
Usage
fw.setFloaterPosition(panelName, boundingRectangle)
270
Chapter 5: Fireworks JavaScript API
A lowercase string that specifies the panel to be moved.
A lowercase string that specifies the panel into which the
panel should move. If
,
"effect"
"history"
,
"optimize"
.
"toolbox"
panelNameToReceive
"find"
,
,
,
"mixer"
"fill"
"stroke"
,
,
"library"
"styles"
is
, the
null
panelNameToMove
,
,
"project log"
"object"
,
,
"swatches"
,
"optimized colors"
,
,
"layers"
,

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FIREWORKS MX 2004-EXTENDING FIREWORKS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Fireworks mx 2004

Table of Contents