User Guide
Document functions 215
dom.setHotspotShape()
Availability
Fireworks 3.
Usage
dom.setHotspotShape(whatToSet, shape)
Arguments
whatToSet
Acceptable values are "hotspots", "slices", or "hotspots and slices".
shape Acceptable values are "rectangle", "oval", or "polyline".
Returns
Nothing.
Description
Sets the specified Hotspots and slices in the selection to the specified shape.
dom.setHotspotTarget()
Availability
Fireworks 3.
Usage
dom.setHotspotTarget(whatToSet, targetTagString)
Arguments
whatToSet, targetTagString
whatToSet
Acceptable values are "hotspots", "slices", or "hotspots and slices".
targetTagString A string that specifies the text to be used for the target tag.
Returns
Nothing.
Description
Sets the target tag text to the specified value for the Hotspots and slices in the selection.
Example
The following command links the currently selected slices to the parent window.
fw.getDocumentDOM().setHotspotTarget("slices", "_parent");
dom.setHotspotText()
Availability
Fireworks 3.
Usage
dom.setHotspotText(whatToSet, textString, urlToMatch, bUpdateAttributes)