<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 Adobe 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" />