![MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual Download Page 141](http://html1.mh-extra.com/html/macromedia/dreamweaver-mx-2004-extending-dreamweaver/dreamweaver-mx-2004-extending-dreamweaver_manual_3335562141.webp)
Document functions
141
dom.dragControlPoint()
Availability
Fireworks MX 2004.
Usage
dom.dragControlPoint(
index
,
newLoc
,
shiftKeyDown
,
ctrlCmdKeyDown
,
altOptKeyDown
)
Arguments
index
The index of the control point to move.
newLoc
Specifies the new location of the point.
shiftKeyDown
Specifies whether the Shift key is pressed.
ctrlCmdKeyDown
Specifies whether the Ctrl key (Windows) or Command key (Macintosh)
is pressed.
altOptKeyDown
Specifies whether the Alt key (Windows) or Option key (Macintosh)
is pressed.
Returns
Nothing.
Description
Drags the specified control point to the new location.
dom.duplicateFrame()
Availability
Fireworks 3.
usage
dom.duplicateFrame(
frameIndex
,
howMany
,
where
,
bDupeSelectionOnly
)
Arguments
frameIndex
An integer value that specifies the frame to duplicate, starting with
0
(although, to
specify the current frame, pass
–1
here).
howMany
An integer that specifies how many copies of the frame to make.
where
Acceptable values are
"beginning"
,
"before current"
,
"after current"
, and
"end"
.
bDupeSelectionOnly
If
bDupeSelectionOnly
is
true
, only items in the specified frame that
are selected are duplicated to the new frame.
Returns
Nothing.
Description
Duplicates a frame.
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...