Specifications

Chapter 10110
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 is
specified in the Tag Library. If the tag is not case-
sensitive, it is inserted using the default case that
is specified in the Code Format tab of 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 beginning
and an end tag.
For example, <input> has no
end tag; there is no matching </input> tag. If the
end 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 SourceFormat.txt.
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