228
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.
Содержание FIREWORKS 8-EXTENDING FIREWORKS
Страница 1: ...Extending Fireworks ...
Страница 4: ...4 Contents ...
Страница 358: ...358 Fireworks JavaScript API ...
Страница 372: ...372 Index ...