GetBaseTagData
Method Signature
GetBaseTagData(tagName=[string], ancestorLevels=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Retrieve parent tag thisTag scope
<bx:set tagData = getBaseTagData( "CF_MAPPER" ) >
<!--- Find the tag's execution mode Located inside the --->
<bx:if tagData.THISTAG.EXECUTIONMODE != "inactive" >
template
<bx:else>
BODY
</bx:if>Retrieve parent tag attributes
Related
Last updated
Was this helpful?
