Defaulttext, Endoflinecomment, Entity – Adobe Extending Dreamweaver CS4 User Manual
Page 57
51
EXTENDING DREAMWEAVER CS4
Customizing Code view
Attributes
name
,
id
•
name="display_name"
A string that Dreamweaver displays in the code color editor.
•
id="id_string"
Required. An identifier string that maps color and style to this syntax item.
Example
Description
Optional. If this tag is present, all text that is not defined by any other tag is colored according to the style assigned to
this tag. If this tag is omitted, black text is used.
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
A text string that delimits the start of a comment that continues until the end of the current line. Multiple
endOfLineComment
…
/endOfLineComment
tags are allowed.
Attributes
None.
Example
Description
An empty tag that indicates that HTML special characters should be recognized and hold coloring attributes.
Attributes
name
,
id
•
name="entity_name"
A string that assigns a name to the entity.
•
id="id_string"
Required. An identifier string that maps color and style to this syntax item.