Specifications

496
dreamweaver.htmlStylePalette.editSelectedStyle()
Availability
Dreamweaver 3
Description
Opens the Define HTML Style dialog box for the selected style.
Arguments
None.
Returns
Nothing.
Enabler
“dreamweaver.htmlStylePalette.canEditSelection()” on page 426
dreamweaver.htmlStylePalette.getSelectedStyle()
Availability
Dreamweaver 3
Description
Gets the name of the selected style in the HTML Styles panel.
Arguments
None.
Returns
A string that contains the name of the selected style.
dreamweaver.htmlStylePalette.getStyles()
Availability
Dreamweaver 3
Description
Gets a list of all the names of the defined HTML styles.
Arguments
None.
Returns
An array of strings where each string represents the name of an HTML style. If no HTML styles
are defined, an empty array returns.
dreamweaver.htmlStylePalette.newStyle()
Availability
Dreamweaver 3
Description
Opens the Define HTML Style dialog box for a new, untitled style.