User Guide
Document functions 151
Arguments
alignmode Acceptable values are "left", "right", "top", "bottom",
"center vertical", and "center horizontal".
alignToCanvas Boolean. Determines if the alignment is to the canvas or items. The default
value is
false.
Returns
Nothing.
Description
Aligns the selection.
dom.appendPointToHotspot()
Availability
Fireworks 3.
Usage
dom.appendPointToHotspot(pt, tolerance)
Arguments
pt A point that specifies the x,y coordinates of the point to be added (see “Point data type”
on page 12).
tolerance A floating-point value > = 0 that specifies the tolerance between the new point
and the starting point of the polyline path. If the new point is within
tolerance of the
starting point, the polyline path is closed.
Returns
Nothing.
Description
Appends a point to the selected unclosed polygon Hotspot. If an unclosed polygon Hotspot is
not selected, a new polygon Hotspot is created with the single point that passed in.