You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/dtep/cfml/cfloop.tag

17 lines
344 B

<!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>