User Guide
Tag library file format 207
The following table lists the attributes that define tags:
Attribute Description Mandatory/
optional
tag.bind
Used by the Data Binding panel. When you
select a tag of this type, the
bind attribute
indicates the default attribute for data binding.
Optional
tag.casesensitive
Specifies whether the tag name is case-
sensitive. If the tag is case-sensitive, it is inserted
into the user’s document using exactly the case
that the tag library specifies. If the tag is not
case-sensitive, it is inserted using the default
case that is specified in the Code Format tab in
the Preferences dialog box. If
casesensitive
is omitted, the tag is assumed to be
case-insensitive.
Optional
tag.endtag
Specifies whether the tag has both a opening
and a closing tag.
For example, the input tag
has no closing tag; there is no matching
/input
tag. If the closing tag is optional, the
ENDTAG
attribute should be set to
Yes.
Optional
tagformat
Specifies the tag’s formatting rules. In
Dreamweaver versions before Dreamweaver
MX, these rules were stored in the
SourceFormat.txt file.
Optional
tagformat.indentcontents
Specifies whether the contents of this tag
should be indented.
Optional
tagformat.formatcontents
Specifies whether the contents of this tag
should be parsed. This attribute is set to
No for
tags such as
SCRIPT and STYLE, for which content
is something other than HTML.
Optional
tagformat.nlbeforetag
The number of newline characters to insert
before this tag.
Optional
tagformat.nlbeforecontents
The number of newline characters to insert
before the contents of this tag.
Optional
tagformat.nlaftercontents
The number of newline characters to insert after
the contents of this tag.
Optional
tagformat.nlaftertag
The number of newline characters to insert after
this tag.
Optional
attrib.name
The name of the attribute, as it appears in the
source code.
Mandatory