Contents

cfassociate

Description

Allows subtag data to be saved with the base tag. Applies only to custom tags.

Category

Other

Implemented

Usage Syntax

<cfassociate  
	baseTag="String"
	[dataCollection="String"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
baseTag String Yes The name of the base tag.
dataCollection String No The name of the structure in which the base tag stores subtag data.

Example Usage