User Guide

52 The Fireworks Object Model
Image object
Image is a subclass of the base class Element (for more information, see “Element object
on page 49). It contains no properties or methods other than those in Element.
Instance object
Instance is a subclass of the base class Element and contains the following properties in
addition to those in Element (for more information, see “Element object” on page 49). Read-
only properties are marked with a bullet (•).
unRegisterAllEvents()
none Call this to stop receiving notification of all
previously registered events.
UnRegisterForEvent()
string Call this to stop receiving notification of a
single previously registered event.
Property Data type Notes
altText
string The alternate text description.
instanceType string The type of element, for example
"graphic", "button", or "animation".
symbolID string An arbitrary string that uniquely identifies
the symbol that owns this instance.
targetText
string The target.
transformMode
string Acceptable values are "paths" and
"pixels".
urlText
string The link text.
Method Parameter Definition