summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfcol.tag
blob: 1129c9f0f3acf9e899f94e4f1fdaba59e17f1685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>