dom.removeTransformation()
Availability
Fireworks 3.
Usage
dom.removeTransformation()
Arguments
None.
Returns
Nothing.
Description
Removes the transformations, if any, from the selected text or instances.
dom.reorderFrame()
Availability
Fireworks 3.
Usage
dom.reorderFrame(frameToMove, frameToPutItBefore, bMakeCopy)
Arguments
frameToMove
frameToPutItBefore
moved or copied. For example, if you pass
the second frame is placed before the first frame.
If
bMakeCopy
bMakeCopy
Returns
Nothing.
Description
Moves or copies the specified frame before another specified frame.
Example
The following command moves the third frame before the first frame.
fw.getDocumentDOM().reorderFrame(2, 0, false);
180
Chapter 5: Fireworks JavaScript API
A zero-based index that specifies which frame to move or copy.
A zero-based index that specifies where to place the frame that is to be
is
, the specified frame is copied instead of moved.
true
for
and
1
frameToMove
for
0
frameToPutItBefore
,
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