summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfabort.tag
blob: 2ee281798a94751a21c3b960d817e7c91fa10e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfabort" single="1">
	<attr name="showerror" type="input">
		<text>Show Error:</text>
		<textlocation row="0" col="0" />
		<location row="0" col="1" />
		<tooltip>Error message to display, rather than just ending execution</tooltip>
	</attr>
    <spacer orientation="v">
        <location col="0" row="9" colspan="2" />
    </spacer>
</tag>
</TAGS>