<cfassociate>

edit

Allows subtag data to be saved with the base tag.

Applies only to custom tags.

This tag cannot have a body.

This tag is also supported within <cfscript>

<cfassociate baseTag=string dataCollection=string >
Attribute Description
baseTag
string, required
edit

The name of the base tag.

dataCollection
string, optional
edit

The name of the structure in which the base tag stores subtag data.

Examples

edit

There are currently no examples for this tag.

See also