summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfhttpparam.tag
blob: 756600f1698bc2a84c94ba021152f48fcc373652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfhttpparam" single="1">
	<attr name="name" />
	<attr name="type" type="list">
		<items>
			<item>URL</item>
			<item>formfield</item>
			<item>cookie</item>
			<item>cgi</item>
			<item>file</item>
		</items>
	</attr>
	<attr name="value" />
	<attr name="file" />
</tag>
</TAGS>