Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<CFSET sMyString = "Hello World">
<CF_MY_CUSTOM_TAG>
<CFSET sMyString = "Hello World">
<CF_MY_CUSTOM_TAG theString="#sMyString#">
#attributes.theString#
<CFSET sMyString = "Hello World">
<CF_MY_CUSTOM_TAG>
#CALLER.sMyString#
<CFSET Request.sMyString = "Hello World">
<CF_MY_FIRST_CUSTOM_TAG>
:
<CF_MY_SECOND_CUSTOM_TAG>
#REQUEST.sMyString#
<CF_MY_SECOND_CUSTOM_TAG>
<CF_MY_FIRST_CUSTOM_TAG>
#REQUEST.sMyString#
<CF_MY_FIRST_CUSTOM_TAG>
<CF_MY_SECOND_CUSTOM_TAG>
<CFPARAM>