User Guide

82 The Fireworks Object Model
downHighlight
Boolean If action is set to 6 (Button Highlight),
specifies if there is an image highlight for
the Down button state.
event
integer Specifies the type of event: 0 is Mouse Over,
1 is
On Click, 2 is Mouse Out, and 3 is On
Load. In the standard (default) templates,
the following values are defined:
var kEventMouseOver = 0;
var kEventOnClick = 1;
var kEventMouseOut = 2;
var kEventOnLoad=3;
hasDhTargetFrame
Boolean If action is set to 6 (Button Highlight),
specifies if the highlight image for the
Down button state has a target frame.
hasDhHRef
Boolean If action is set to 6 (Button Highlight),
specifies if the highlight image for the
Down button state has an href.
hasHref
Boolean If action is set to 2 (Swap Image), specifies
if an external file is swapped in. The value
of
hasHref is always the opposite of
hasTargetFrame; you cannot swap from
two sources.
hasStatusText
Boolean If action is set to 1 (Status Message),
specifies if the status text is not empty.
hasTargetFrame
Boolean If action is set to 2 (Swap Image), specifies
if the swap image swaps is in another frame
in the Fireworks file. The value of
hasTargetFrame is always the opposite of
hasHref; you cannot swap from two
sources.
hideOnMouseout
Boolean If action is set to 9 (Popup Menu), specifies
if the menu is hidden on a Mouse Out event.
horzOffset
integer If action is set to 9 (Popup Menu),
horzOffset specifies the horizontal pixel
offset for the menu.
href
string If action is set to 2 (Swap Image), specifies
the file URL for an external swap image file.
Value is expressed as file://URL.
Property (read-only) Data type Notes