August 2003
Intermediate to advanced
1140 pages
68h 45m
English
GetBaseTagList
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>