MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 166

Cfml language reference
Table of Contents

Advertisement

142
attributeCollection=##attrCollection1##
Y=4>")#
</CFOUTPUT>
<P>The result: <CFOUTPUT>#result#</CFOUTPUT> </P>
<!--- Call the tag with CFMODULE with Name--->
<CFMODULE
NAME="myTag"
X="3"
attributeCollection=#attrCollection1#
Y="4">
<!--- show the code --->
<P>Here is another way to invoke the custom tag,
using the NAME attribute.</P>
<CFOUTPUT>#HTMLCodeFormat("<CFMODULE
NAME='myTag'
X=3
attributeCollection=##attrCollection1##
Y=4>")#
</CFOUTPUT>
<P>The result: <CFOUTPUT>#result#</CFOUTPUT>
<!--- Call the tag using the short cut notation --->
<CF_myTag
X="3"
attributeCollection=#attrCollection1#
Y="4">
<!--- show the code --->
<P>Here is the short cut to invoking the same tag.</P>
<CFOUTPUT>#HTMLCodeFormat("<CF_myTag
X=3
attributeCollection=##attrCollection1##
Y=4>")#
</CFOUTPUT>
<P>The result: <CFOUTPUT>#result#</CFOUTPUT></P>
</BODY>
</HTML>
CFML Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents