Example
The following command moves the third frame before the first frame:
fw.getDocumentDOM().reorderFrame(2, 0, false);
dom.reorderLayer()
Availability
Fireworks 3.
Usage
dom.reorderLayer(layerToMove, layerToPutItBefore, bMakeCopy)
Arguments
A zero-based index that specifies which layer to move or copy.
layerToMove
A zero-based index that specifies where to place the layer to be
layerToPutItBefore
moved or copied. For example, if you pass
for
and
for
1
layerToMove
0
, the second layer is placed before the first layer.
layerToPutItBefore
If
is
, the specified layer is copied instead of moved.
bMakeCopy
bMakeCopy
true
Returns
Nothing.
Description
Moves or copies the specified layer before another specified layer.
dom.replaceButtonTextStrings()
Availability
Fireworks 3.
Usage
dom.replaceButtonTextStrings(newString, uniformAttrs)
Arguments
Specifies the string to be used as replacement text.
newString
If
is
, each character retains the attributes of the
uniformAttrs
uniformAttrs
false
character that was formerly in its position; that is, Fireworks preserves the existing formatting.
If
is
, all characters assume the attributes of the first character in the string
uniformAttrs
true
that is being replaced.
Document functions
229
Need help?
Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?
Questions and answers