MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Especificaciones Pagina 266

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 504
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 265
266 Tag Libraries and Editors
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 an 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.tag. Specify xml
to enforce XML syntax for an empty tag. For
example,
<tag name="foo" endtag="xml"
tagtype="empty">
inserts <foo/>.
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
Vista de pagina 265
1 2 ... 261 262 263 264 265 266 267 268 269 270 271 ... 503 504

Comentarios a estos manuales

Sin comentarios