MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Bedienungsanleitung Seite 26

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 28
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 25
26
detect_in_attribute Indicates whether to ignore everything between start_string and
end_string (or between opening and closing tags if those strings arent defined) even when those
strings appear inside attribute names or values. You should generally set this to "true" for
string-delimited tags; the default is
"false". For example, ASP tags sometimes appear inside
attribute values, and sometimes contain quotation marks ("); because the ASP tag specification
specifies
detect_in_attribute="true", Dreamweaver ignores the ASP tags, including the
internal quotation marks, when they appear inside attribute values.
parse_attributes* Indicates whether to parse the attributes of the tag. If this is set to "true"
(the default), Dreamweaver parses the attributes; if its set to
"false", Dreamweaver ignores
everything until the next closing angle bracket that appears outside quotation marks. For
example, this attribute should be set to
"false" for a tag like cfif (as in <cfif a is 1>, which
Dreamweaver would be unable to parse as a set of attribute name/value pairs).
icon Specifies the path and filename of the icon associated with the tag. This attribute is
required for empty tags, and for nonempty tags whose contents are not displayed in the
Document window’s Design view.
icon_width Specifies the width of the icon in pixels.
icon_height Specifies the height of the icon in pixels.
equivalent_tag Specifies simple HTML equivalents for certain ColdFusion form-related tags.
Not intended for use with other tags.
is_visual Indicates whether the tag has a direct visual effect on the page or not. For example,
the ColdFusion tag cfgraph doesnt specify a value for is_visual (so the value defaults to
"true"); the ColdFusion tag cfset is specified as having is_visual set to "false". 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.
server_model If specified, indicates that the tagspec tag applies only on pages belonging to
the specified server model. If
server_model is not specified, the tagspec tag applies on all pages.
For example, the delimiters for ASP and JSP tags are the same, but the
tagspec tag for JSP
specifies a server_model of "JSP", so when Dreamweaver encounters 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).
Container
None.
Example
<tagspec tag_name="happy" tag_type="nonempty" render_contents="false"
content_model="marker_model" icon="happy.gif" icon_width="18"
icon_height="18"></tagspec>
Seitenansicht 25
1 2 ... 21 22 23 24 25 26 27 28

Kommentare zu diesen Handbüchern

Keine Kommentare