Cssselector, Cssvalue, Defaultattribute – Adobe Extending Dreamweaver CS4 User Manual
Page 56: Defaulttag

50
EXTENDING DREAMWEAVER CS4
Customizing Code view
Example
Description
An empty tag that indicates CSS rules and holds code coloring attributes.
Attributes
name
,
id
•
name="cssSelector_name"
A string that assigns a name to the CSS Selector.
•
id="id_string"
Required. An identifier string that maps color and style to this syntax item.
Example
Description
An empty tag that indicates CSS rules and holds code coloring attributes.
Attributes
name
,
id
•
name="cssValue_name"
A string that assigns a name to the CSS value.
•
id="id_string"
Required. An identifier string that maps color and style to this syntax item.
Example
Description
Optional. This tag applies only to tag-based syntax (that is, where
ignoreTags="No"
). If this tag is present, then all tag
attributes are colored according to the style assigned to this tag. If this tag is omitted, then attributes are colored the
same as the tag.
Attributes
name
•
A string that assigns a name to the default attribute.
Example
Description
This tag is used to specify the default color and style for tags in a scheme.