![]() ![]() ![]() |
The CFASSOCIATE tag allows sub-tag data to be saved with the base tag. This applies to custom tags only.
<CFASSOCIATE BASETAG="tagname" DATACOLLECTION="collectionname">
Specifies the name of the base tag.
Optional. Specifies the name of the structure in which the base tag stores sub-tag data. The default is AssocAttribs.
Call this tag within a sub-tag to save sub-tag data in the base tag.
ColdFusion saves sub-tag attributes in a structure whose default name is AssocAttribs. Use the DataCollection attribute to specify a non-default structure name. Specify a non-default structure name when the base tag can have multiple sub tags and you want to segregate sub-tag attributes.
![]() ![]() ![]() |
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.