80
Customizing Code View
<tagGroup>
Description
This tag groups one or more tags to which you can assign a unique color and style.
Attributes
id
,
name
,
taglibrary
,
tags
■
id="
id_string
"
Required. An identifier string that maps color and style to this syntax
item.
■
name="
display_name
"
A string that Dreamweaver displays in the code color editor.
■
taglibrary="
tag_library_id
"
The identifier of the tag library to which this group of
tags belongs.
■
tags
="
tag_list
"
A tag or comma-separated list of tags that comprise the tag group.
Example
<tagGroup name=
"HTML Table Tags"
id=
"CodeColor_HTMLTable"
taglibrary=
"DWTagLibrary_html"
tags=
"table,tbody,td,tfoot,th,thead,tr,vspec,colw,hspec"
/>
Scheme block delimiter coloring
The
blockStart
scheme attribute controls the coloring of block opening and closing strings
or block delimiters. The following values are valid values for the
blockStart
attribute.
innerText
This value tells Dreamweaver to color the block delimiters the same as the default text of the
scheme inside them.
The Template scheme provides an example of the effect of this scheme. The Template scheme
matches blocks of read-only code that are colored gray because you cannot edit them. The
block delimiters, which are the
<!-- #EndEditable -->
and
<!-- #BeginEditable "..."
-->
strings, are also colored gray because they also are not editable.
NO
TE
Do not confuse the
blockStart.scheme
attribute with the
scheme
tag.
Summary of Contents for DREAMWEAVER 8-EXTENDING DREAMWEAVER
Page 1: ...Extending Dreamweaver...
Page 8: ...8 Contents...
Page 14: ...14 Introduction...
Page 16: ......
Page 54: ...54 Customizing Dreamweaver...
Page 96: ...96 Customizing Code View...
Page 98: ......
Page 110: ...110 Extending Dreamweaver...
Page 138: ......
Page 166: ...166 Insert Bar Objects...
Page 180: ...180 Commands...
Page 248: ...248 Toolbars...
Page 260: ...260 Reports...
Page 278: ...278 Tag Libraries and Editors...
Page 288: ...288 Property Inspectors...
Page 378: ...378 Server Behaviors...
Page 398: ...398 Data Sources...
Page 432: ...432 Server Models...
Page 456: ...456 Data Translators...
Page 482: ......
Page 492: ...492 The Shared Folder...