MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Manual page 156

Table of Contents

Advertisement

Example
The following command applies the first style that Fireworks encounters named "Style 7",
which, in this case, is a default style:
fw.getDocumentDOM().applyStyle("Style 7", 0);
dom.arrange()
Availability
Fireworks 3.
Usage
dom.arrange(arrangemode)
Arguments
Acceptable values for
are
,
,
,
arrangemode
arrangemode
"back"
"backward"
"forward"
and
.
"front"
Returns
Nothing.
Description
Arranges the selection.
Example
The following command brings the selected items to the front:
fw.getDocumentDOM().arrange("front");
dom.attachTextToPath()
Availability
Fireworks 3.
Usage
dom.attachtTextToPath()
Arguments
None.
Returns
Nothing.
156
Fireworks JavaScript API

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Fireworks 8

Table of Contents