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/cfcol.tag

15 lines
265 B

<!DOCTYPE TAGS>
<TAGS>
<tag name="cfcol" single="1">
<attr name="header" />
<attr name="width" />
<attr name="align" type="list">
<items>
<item>left</item>
<item>right</item>
<item>center</item>
</items>
</attr>
<attr name="text" />
</tag>
</TAGS>