![MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Manual Download Page 94](http://html1.mh-extra.com/html/macromedia/fireworks-8-extending-fireworks/fireworks-8-extending-fireworks_manual_3339145094.webp)
94
The Fireworks Object Model
You can use the information in the following sections to return or set property values.
Working with properties for any selected object
You can get values for the following read-only properties of any type of selected object:
■
top
■
left
■
width
■
height
■
visible
■
opacity
■
blendMode
■
name
■
mask
To return the name of the selected object, type the following code:
objectName=fw.selection[0].name;
The following properties contain other read-only properties that you can return:
elementMask
■
element
■
linked
■
enabled
■
mode
■
showAttrs
■
autoExpandImages
effectList
■
name
■
effects
To return the name of the first effect that is applied to the selected object, type the following
code:
effectName=fw.selection[0].effectList.effects[0].name;
NO
TE
The return value for a property may be
null
.
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...