![MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual Download Page 180](http://html1.mh-extra.com/html/macromedia/dreamweaver-mx-2004-extending-dreamweaver/dreamweaver-mx-2004-extending-dreamweaver_manual_3335562180.webp)
180
Chapter 5: Fireworks JavaScript API
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
A zero-based index that specifies which frame to move or copy.
frameToPutItBefore
A zero-based index that specifies where to place the frame that is to be
moved or copied. For example, if you pass
1
for
frameToMove
and
0
for
frameToPutItBefore
,
the second frame is placed before the first frame.
bMakeCopy
If
bMakeCopy
is
true
, the specified frame is copied instead of moved.
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);
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...