summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfinput.tag
blob: 0ad1c657a5fc4d5d2e6ed61d5ca9ba500789b3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfinput" single="1">
	<attr name="type" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="name" />
	<attr name="value" />
	<attr name="required" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="range" />
	<attr name="validate" type="list">
		<items>
			<item>date</item>
			<item>eurodate</item>
			<item>time</item>
			<item>float</item>
			<item>integer</item>
			<item>telephone</item>
			<item>zipcode</item>
			<item>creditcard</item>
			<item>social_security_number</item>
			<item>regular_expression</item>
		</items>
	</attr>
	<attr name="onvalidate" />
	<attr name="pattern" />
	<attr name="message" />
	<attr name="onerror" />
	<attr name="size" />
	<attr name="maxlength" />
	<attr name="checked" />
	<attr name="passthrough" />
</tag>
</TAGS>