Specifications
The Dreamweaver JavaScript API 421
Description
Checks whether Dreamweaver can perform an Open in Frame operation.
Arguments
None.
Returns
A Boolean value that indicates whether the selection or insertion point is within a frame.
dreamweaver.canPlayRecordedCommand()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Play Recorded Command operation.
Arguments
None.
Returns
A Boolean value that indicates whether there is an active document and a previously recorded
command that can be played.
dreamweaver.canPopupEditTagDialog()
Availability
Dreamweaver MX
Description
Checks whether the current selection is a tag and whether the Edit Tag menu item is active.
Arguments
None.
Returns
The name of the currently selected tag, or null if no tag is selected.
dreamweaver.canRedo()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform a Redo operation in the current context.
Arguments
None.
Returns
A Boolean value that indicates whether any operations can be undone.