MACROMEDIA FIREWORKS MX 2004-EXTENDING FIREWORKS Manual page 170

Extending fireworks
Hide thumbs Also See for FIREWORKS MX 2004-EXTENDING FIREWORKS:
Table of Contents

Advertisement

dom.moveSelectionTo()
Availability
Fireworks 3.
Usage
dom.moveSelectionTo(location, bMakeCopy, doSubSel)
Arguments
A point that specifies the x-,y-coordinate values of the location to which the selection
location
is moved or copied (see
Specifies copying instead of moving the selection.
bMakeCopy
If
doSubSel
doSubSel
the argument is set to
Returns
Nothing.
Description
Moves or copies the selection to the specified location.
Example
The following command copies only the selected parts of a path to the specified coordinates:
fw.getDocumentDOM().moveSelectionTo({x:163, y:0}, true, true);
dom.moveSelectionToFrame()
Availability
Fireworks 3.
Usage
dom.moveSelectionToFrame(frameIndex, bMakeCopy)
Arguments
An integer value that specifies the frame to which the selection is moved or copied,
frameIndex
starting with 0 (although, to specify the current frame, pass
If
bMakeCopy
bMakeCopy
Returns
Nothing.
Description
Moves or copies the selection to the specified frame.
170
Chapter 5: Fireworks JavaScript API
"Point data type" on page
is set to
, the function moves only the subselected parts of a path. If
true
, the function moves the whole object.
false
is
, the selection is copied instead of moved.
true
11).
here).
–1

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Fireworks mx 2004

Table of Contents