Arguments
An integer that specifies how many frames to add.
howMany
The location where frames should be added. Acceptable values for
where
,
"beginning"
"before current"
bAdvanceActiveFrame
frame. If it is omitted or
, the active frame does not change. For example, if the user is adding frames at the end
false
of a document that has two frames and
third frame becomes the active frame.
Returns
Nothing.
Description
Adds one or more frames to the document.
Example
The following command adds one frame after the current frame but does not change the
active frame:
fw.getDocumentDOM().addFrames(1, "after current", false);
dom.addGuide()
Availability
Fireworks 3.
Usage
dom.addGuide(float position, guidekind)
Arguments
A floating-point value that specifies the x or y coordinate at which to add the
position
guide.
Acceptable values for
guidekind
guidekind
is
"horizontal"
an x coordinate.
Returns
Nothing.
,
"after current"
Added in Fireworks 4, specifies whether to change the active
, this function sets the active frame to the first frame added. If
true
bAdvanceActiveFrame
guidekind
, it is assumed that
position
, and
.
"end"
is omitted or
are
and
"horizontal"
is a y coordinate; if
are
where
, then the
true
. If
"vertical"
, it is
"vertical"
Document functions
139
Need help?
Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?
Questions and answers