MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 146

For windows 95/98/nt4/2000
Table of Contents

Advertisement

154
The template would generate a tag based on the following layout preference:
LINEAR:
Using TAGDATAUnknownAttributes
The
in the original tag string but are not supported by the editor. For example, you can
write an editor for the HTML tag
basic attributes, however the editor will not cover JavaScript event attributes (for
example,
process, the editor engine creates the
containing a list of unknown attributes together with their original values. You can use
this variable to "stamp" all the unsupported attributes at the end of the tag you are
generating.
<TAGLAYOUT>
If you edited a tag
would preserve the
editor. The editor is also intelligent enough to list the unknown attributes in a linear or
indented format based on a user's layout preferences, as described in the previous
section.
<MYTAG COLOR="$${clrBGColor}"$${Spacer}FACE="$${fontFace}
"$${Spacer}SIZE="$${txtSize}">
</TAGLAYOUT>
<MYTAG COLOR="White" FACE="Arial" SIZE="10">
NONLINEAR:
<MYTAG COLOR="White"
FACE="Arial"
SIZE="10">
TagDataUnknownAttributes
). In order not to lose these "unknown" attributes during the editing
onCLick
<MYTAG COLOR="$${colorBGColor}"
<WIZIF TAGDATAUnknownAttributes
""> $${TAGDATAUnknownAttributes}</WIZIF>>
</TAGLAYOUT>
<MYTAG COLOR="Blue" onClick="CallThis">
onClick
tag contains the list of attributes that are contained
. You can provide editing capabilities for all
INPUT
TAGDATAUnknownAttributes
attribute despite the fact that it is not supported in the
variable
NEQ
, the above template

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents