User Guide
224 Fireworks JavaScript API
dom.removeAllGuides()
Availability
Fireworks 3.
Usage
dom.removeAllGuides(guidekind)
Arguments
guidekind Acceptable values are "horizontal" and "vertical".
Returns
Nothing.
Description
Removes all guides of the specified type.
dom.removeBehavior()
Availability
Fireworks 3.
Usage
dom.removeBehavior({event}, {eventIndex})
Arguments
event An optional argument specifying the event that triggers the behavior. This argument
is ignored by Fireworks.
eventIndex An integer value that specifies the location of the behavior to be removed,
starting with 0 (although, to specify the end location, pass –1 here). This argument is
optional.
If you omit both optional arguments this function removes all events from selected Hotspots
and slices.
Returns
Nothing.