Specifications
The Dreamweaver JavaScript API 425
Returns
A Boolean value: true if the selected style has a class selector; false otherwise.
dreamweaver.cssStylePalette.canDeleteSelectedStyle()
Availability
Dreamweaver MX
Description
Checks the current selection to determine whether the selected style can be deleted.
Arguments
None.
Returns
A Boolean value: true if the selection can be deleted; false otherwise.
dreamweaver.cssStylePalette.canDuplicateSelectedStyle()
Availability
Dreamweaver MX
Description
Checks the current active document to see whether the selected style can be duplicated.
Arguments
None.
Returns
A Boolean value: true if the selected style can be duplicated; false otherwise.
dreamweaver.cssStyle.canEditSelectedStyle()
Availability
Dreamweaver MX
Description
Checks the current active document to see whether the selected style can be edited.
Arguments
None.
Returns
A Boolean value: true if the selected style is editable; false otherwise.
dreamweaver.cssStylePallette.canEditStyleSheet()
Availability
Dreamweaver MX
Description
Checks the current selection to see whether it contains style sheet elements that can be edited.