summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfcomponent.tag
blob: faa61c6230d842520cc2d6a00495f8c2633b6316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfcomponent" single="1">
	<attr name="extends" type="input">
		<text>Extends:</text>
		<textlocation row="0" col="0" />
		<location row="0" col="1" />
	</attr>
	<attr name="output" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
</tag>
</TAGS>