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 tags: #GetBaseTagList(  )#
</CFOUTPUT>

Get Programming ColdFusion 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.