Description
Makes a duplicate of the selection, offsetting it slightly from the original.
Example
The following command duplicates the selected items.
fw.getDocumentDOM().duplicateSelection();
See also
dom.cloneSelection()
dom.duplicateSelectionToFrameRange()
Availability
Fireworks 3.
Usage
dom.duplicateSelectionToFrameRange(frameIndexFirst, frameIndexLast)
Arguments
frameIndexFirst
(inclusive) to which the items should be copied, starting with
frame, pass
here).
–1
•
If both arguments are the same, duplicates are placed only on that frame.
•
If the range includes the current frame, duplicates are not placed on that frame.
Returns
Nothing.
Description
Duplicates the selection to a range of frames of the document.
dom.duplicateSelectionToFrames()
Availability
Fireworks 3.
Usage
dom.cuplicateSelectionToFrames(whichFrames)
Arguments
whichFrames
means the last frame of the document; it does not add a new frame.
Returns
Nothing.
Description
Duplicates the selection to specified frames of the document.
and
frameIndexLast
Acceptable values are
Integer values that specify the range of frames
,
,
"all"
"previous"
(although, to specify the current
0
, and
. Note that
"next"
"end"
Document functions
"end"
143
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