User Guide
CSS functions 435
Arguments
{bGetIDs, bGetFullSelector}
■ The bGetIDs argument is optional. It is a Boolean value that, if true, causes the function
to return just ID selector names (the part after the "#"). Defaults to
false.
■ The bGetFullSelector argument is optional. It is a Boolean value that, if true, returns
the complete selector string, instead of just the names. Defaults to
false.
Returns
An array of strings that represent the names of all the class styles in the document.
Example
If the Styles panel is set up as shown in the following figure, a call to the
dreamweaver.cssStylePalette.getStyles() function returns an array that contains these
strings:
"BreadcrumbEnd", "change", "doctitle", "heading", and "highlight":
dreamweaver.cssStylePalette.newStyle()
Availability
Dreamweaver 3.
Description
Opens the New Style dialog box.
Arguments
None.
Returns
Nothing.
000_DW_API_Print.book Page 435 Wednesday, July 20, 2005 11:58 AM