summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfcollection.tag
blob: 21f02f397adac9e5b1736ae181d5bae4c7bbfdb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfcollection" single="1">
	<attr name="action" type="list">
		<items>
			<item>create</item>
			<item>repair</item>
			<item>delete</item>
			<item>map</item>
			<item>optimize</item>
			<item>list</item>
		</items>
	</attr>
	<attr name="collection" />
	<attr name="path" />
	<attr name="language" />
	<attr name="name" />
</tag>
</TAGS>