Document functions
161
dom.clipCut()
Availability
Fireworks 3.
Usage
dom.clipCut()
Arguments
None.
Returns
Nothing.
Description
Cuts the selection to the Clipboard.
Example
The following command cuts the selected items and places them on the Clipboard:
fw.getDocumentDOM().clipCut();
dom.clipPaste()
Availability
Fireworks 3, updated in Fireworks 4.
Usage
dom.clipPaste({
whatIfResolutionDifferent
}, {
whatIfPastingIntoElementMask
})
Arguments
whatIfResolutionDifferent
An optional string that specifies how resampling should be
done if the resolution of the Clipboard contents doesn’t match the resolution of the
document. Acceptable values for
whatIfResolutionDifferent
are
"resample"
,
"do not
resample"
, and
"ask user"
(displays a dialog box to let the user decide). If
whatIfResolutionDifferent
is omitted or
null
,
"ask user"
is assumed.
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...