User Guide
Document functions 135
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})
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.
Returns
Nothing.
Description
Creates one or more Hotspots from the selection.
Example
The following command adds a Hotspot to the selected item. If more than one item is selected,
Fireworks creates one Hotspot for each item.
fw.getDocumentDOM().copyToHotspot("hotspot", "multiple");
dom.cropSelection()
Availability
Fireworks 3.
Usage
dom.cropSelection(boundingRectangle)