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
)
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...