Specifications
Chapter 31424
dreamweaver.canSelectAll()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Select All operation.
Arguments
None.
Returns
A Boolean value that indicates whether a Select All operation can be performed.
dreamweaver.canShowFindDialog()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Find operation.
Arguments
None.
Returns
A Boolean value that indicates whether a Site panel or a Document window is open. This
function returns
false when the selection is in the HEAD.
dreamweaver.canUndo()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Undo operation in the current context.
Arguments
None.
Returns
A Boolean value that indicates whether any operations can be undone.
dreamweaver.cssStylePalette.canApplySelectedStyle()
Availability
Dreamweaver MX
Description
Checks the current active document to see whether the selected style can be applied.
Arguments
None.