detect_in_attribute
and
end_string
even when those strings appear inside attribute names or values. You should generally set
this to
for string-delimited tags. The default is
"true"
sometimes appear inside attribute values, and sometimes contain quotation marks (").
Because the ASP tag specification specifies
Dreamweaver ignores the ASP tags, including the internal quotation marks, when they
appear inside attribute values.
parse_attributes
(the default), Dreamweaver parses the attributes; if it's set to
"true"
Dreamweaver ignores everything until the next closing angle bracket that appears outside
quotation marks. For example, this attribute should be set to
(as in
cfif
<cfif a is 1>
value pairs).
specifies the path and filename of the icon associated with the tag. This attribute is
icon
required for empty tags, and for nonempty tags whose contents do not appear in the
Document window's Design view.
specifies the width of the icon in pixels.
icon_width
specifies the height of the icon in pixels.
icon_height
equivalent_tag
tags. This is not intended for use with other tags.
indicates whether the tag has a direct visual effect on the page. For example,
is_visual
the ColdFusion tag
to
); the ColdFusion tag
"true"
Visibility for server markup tags is controlled by the Invisible Elements category of the
Preferences dialog box; visibility for visual server markup tags can be set independent of
visibility for nonvisual server markup tags.
, if specified, indicates that the
server_model
belong to the specified server model. If
applies on all pages. For example, the delimiters for ASP and JSP tags are the same, but the
tag for JSP specifies a server_model of
tagspec
code with the appropriate delimiters on a JSP page, it displays a JSP icon. When it
encounters such code on a non-JSP page, it displays an ASP icon.
Contents
None (empty tag).
24
Customizing Dreamweaver
indicates whether to ignore everything between
(or between opening and closing tags if those strings are not defined)
indicates whether to parse the attributes of the tag. If this is set to
, which Dreamweaver cannot parse as a set of attribute name/
specifies simple HTML equivalents for certain ColdFusion form-related
doesn't specify a value for
cfgraph
cfset
"false"
detect_in_attribute="true"
is_visual
is specified as having
tag applies only on pages that
tagspec
is not specified, the
server_model
, so when Dreamweaver encounters
"JSP"
start_string
. For example, ASP tags
,
,
"false"
for a tag such as
"false"
(so the value defaults
set to
is_visual
"false"
tagspec
.
tag
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?
Questions and answers