summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfloop.tag
blob: a227333b472eaa0c6010be2bcc07c1da03457066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfloop">
	<attr name="index" />
	<attr name="from" />
	<attr name="to" />
	<attr name="step" />
	<attr name="condition" />
	<attr name="query" />
	<attr name="startrow" />
	<attr name="endrow" />
	<attr name="list" />
	<attr name="delimiters" />
	<attr name="collection" />
	<attr name="item" />
</tag>
</TAGS>