User Guide
Document functions 171
dom.copyHtmlWizard()
Availability
Fireworks MX.
Usage
dom.copyHtmlWizard()
Arguments
None.
Returns
Nothing.
Description
Opens the Copy HTML Wizard dialog box.
Example
The following command opens the Copy HTML Wizard dialog box:
fw.getDocumentDOM().copyHtmlWizard();
dom.copyToHotspot()
Availability
Fireworks 3.
Usage
dom.copyToHotspot(hotspotType, {whatIfMultipleSelected}, {makeRectangular})
Arguments
hotspotType Acceptable values are "hotspot" and "slice".
whatIfMultipleSelected An optional string that specifies how to create Hotspots if
multiple items are selected. Acceptable values for
whatIfMultipleSelected are "single"
(creates a single Hotspot that has the same bounding rectangle as the selection),
"multiple"
(creates one Hotspot for each item), and
"ask user" (displays a dialog box to let the user
decide). If
whatIfMultipleSelected is omitted or null, "ask user" is assumed.
makeRectangular An optional Boolean value that determines if the slice for the Hotspot
will be a rectangle or polygon. If
true (the default), Fireworks creates a rectangular slice;
otherwise, the slice is a polygon if the shape being copied to the slice is a polygon.