![MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Скачать руководство пользователя страница 85](http://html1.mh-extra.com/html/macromedia/fireworks-8-extending-fireworks/fireworks-8-extending-fireworks_manual_3339145085.webp)
HTML export objects
85
BehaviorsList object
The BehaviorsList object is an array of BehaviorInfo objects that describe the behaviors in an
image map (see
“BehaviorInfo object” on page 80
). The BehaviorsList object does not occur
by itself. That is, all occurrences of BehaviorsList objects are members of other objects. In the
following example,
behaviors
is an object of type BehaviorsList, and
curBehavior
is an
object of type BehaviorInfo.
var curBehavior = slices[i][j].behaviors[k];
The BehaviorsList object has only one property, which is read-only and is shown in the
following table.
exportDoc object
The following table lists the properties of the exportDoc object, along with their data types
and, where appropriate, acceptable values and notes. All
exportDoc
properties are read-only.
Property (read-only)
Data type
Notes
numberOfBehaviors
integer
The number of BehaviorInfo objects in the
BehaviorsList array (0 or more) (see
“BehaviorInfo object” on page 80
).
NO
TE
This object type does not start with a capital letter.
Property (read-only)
Data type
Notes
altText
string
The alternate text description for the
Fireworks document.
backgroundColor
string
The hex color of the document canvas,
without the # character; for example,
"FF0000"
for red background.
backgroundIsTransparent
Boolean
Set to
true
if the Fireworks canvas color is
transparent or if the export settings specify
a transparent GIF format;
false
otherwise.
backgroundLink
string
The background URL, which is expressed
as
file://URL
.
cssPopupMenus
Boolean
If this value is
true
, Fireworks will output
combined CSS/JavaScript pop-up menus;
if
false
, Fireworks outputs JavaScript-only
pop-up menus.
Содержание FIREWORKS 8-EXTENDING FIREWORKS
Страница 1: ...Extending Fireworks ...
Страница 4: ...4 Contents ...
Страница 358: ...358 Fireworks JavaScript API ...
Страница 372: ...372 Index ...