Specifications
The Dreamweaver JavaScript API 427
dreamweaver.resultsPalette.canClipCopy()
Availability
Dreamweaver MX
Description
Checks whether the current Results window can display a copied message in its contents.
Arguments
None.
Return Value
A Boolean value: true if the contents can be displayed; false otherwise.
dreamweaver.resultsPalette.canClipCut()
Availability
Dreamweaver MX
Description
Checks whether the current Results window can display a cut message in its contents.
Arguments
None.
Return Value
A Boolean value: true if the contents can be displayed; false otherwise.
dreamweaver.resultsPalette.canClipPaste()
Availability
Dreamweaver MX
Description
Checks whether the current Results window can display a paste message in its contents.
Arguments
None.
Return Value
A Boolean value: true if the contents can be displayed; false otherwise.
dreamweaver.resultsPalette.canOpenInBrowser()
Availability
Dreamweaver MX
Description
Checks whether the current report can be displayed in a browser.
Arguments
None.