getTagData

Return information to a Tag as Struct

getTagData(nameSpaceWithSeperator, tagName) → returns struct

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Argument Reference

nameSpaceWithSeperator string
Required

tagName string
Required

dialect string
Default: current template's dialect

Define the dialect you want details for
Values:
  • CFML
  • Lucee

Examples
Sample code invoking the getTagData function

Returns a structure storing information about <cfmail>

getTagData('cf','mail')

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

Fork me on GitHub