Document functions
127
dom.clipCopyFormats()
Availability
Fireworks MX.
Usage
dom.clipCopyFormats(
format
)
Arguments
format
The graphics format for the selection. For example,
"AICB"
is the Adobe
Illustrator format.
Returns
Nothing.
Description
Copies the selection to the Clipboard using the specified format.
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, enhanced in 4.
Usage
dom.clipPaste({
whatIfResolutionDifferent
}, {
whatIfPastingIntoElementMask
})
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...