<cfassociate>

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

The name of the base tag.

datacollection
string, optional

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

Examples

There are currently no examples for this tag.

See also