Name

GetBaseTagList

Synopsis

                  GetBaseTagList( )

Returns a comma-delimited list (in uppercase) of ancestor tag names. GetBaseTagList( ) is meant for use in custom CFML tags for intertag data exchange. The first element in the returned list of ancestor tags is always the parent tag. Example:

<cfoutput>
The parent tag is: #ListFirst(GetBaseTagList( ))#
<p>The entire list of ancestor tas: #GetBaseTagList( )#
</cfoutput>

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.