Parameter
Gets ancestor tag names, starting with the parent tag.
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. If an ancestor does not expose data (see GetBaseTagData), its name might not be returned.
GetBaseTagList(caller)
Parameter |
Description |
---|---|
caller |
|
GetBaseTagData; High-level data exchange in the Developing ColdFusion Applications
This function does not display the following tags or end tags in the ancestor tag list:
This function displays the following tags only under the following conditions:
<!--- This example shows the use of GetBaseTagList function.
|
Sign in to your account