getBaseTagList

Gets a comma-delimited list of uppercase ancestor tag names, as a string. The first list element is the current tag. If the current tag is nested, the next element is the parent tag. If the function is called for a top-level tag, it returns an empty string.

getBaseTagList() → returns string

Argument Reference

caller any

Adobe only. Not aliased in Lucee

Compatibility

ColdFusion:

ACF behavavior is different from Lucee.

Lucee:

params:'delimiter' with default: ','.

Examples
Sample code invoking the getBaseTagList function

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub