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()
NO
TE
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"
.
Содержание FIREWORKS 8-EXTENDING FIREWORKS
Страница 1: ...Extending Fireworks ...
Страница 4: ...4 Contents ...
Страница 358: ...358 Fireworks JavaScript API ...
Страница 372: ...372 Index ...