User Guide

344 Fireworks JavaScript API
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
Nothing.
Description
Shows or hides the specified panel, or makes it topmost.
If the panel is hidden, this function shows it and makes it topmost.
If the panel is topmost, this function hides it.
If the panel is shown but is not topmost, this function makes it topmost.
fw.ungroupPrimitives()
Availability
Fireworks 4.
Usage
fw.ungroupPrimitives()
Arguments
None.
Returns
Nothing.
Description
Replaces selected primitive objects with their equivalent paths. The new objects have all the
attributes (mask, stroke, fill, and so on) of the replaced ones.
See also
dom.addNewRectanglePrimitive()
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".