-
-
Notifications
You must be signed in to change notification settings - Fork 149
/
Copy pathFormMacros.forms.html
119 lines (70 loc) · 4.5 KB
/
FormMacros.forms.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<form action="" method="post" class="ajax" id="myForm">
<input type="hidden" name="id" value="" title="Hello" size="10">
<br>
<input type="hidden" name="id" value="" title="Hello" size="10">
<label for="frm-username">Username:</label>
<input type="text" name="username" size="10" class="control-class" id="frm-username" title="Hello">
error
error
<br>
<label for="frm-username" title="hello"> <input type="text" name="username" size="10" class="control-class" id="frm-username" title="Hello"> </label>
error
<label for="frm-select"></label>
<select name="select" size="10" id="frm-select" title="Hello"><option value="m">male</option><option value="f">female</option></select>
<br>
<label for="frm-select" title="hello"> <select name="select" size="10" id="frm-select" title="Hello"><option value="m">male</option><option value="f">female</option></select> </label>
<label for="frm-area"></label>
<textarea name="area" id="frm-area" title="Hello" size="10">one<two</textarea>
<br>
<label for="frm-area" title="hello"> <textarea name="area" id="frm-area" title="Hello" size="10">one<two</textarea> </label>
<input type="submit" name="send" value="Sign in" title="Hello" size="10">
<br>
<input type="submit" name="send" value="Sign in" title="Hello" size="10">
<label for="frm-username">Username:</label>
<LABEL title=hello for="frm-username">Name</LABEL>
<input value=val type class="hello" name="username" id="frm-username">
<label for="frm-username"></label>
<label for="frm-username">Username:</label>
<input type="text" name="username" class="control-class" id="frm-username">
<label>My</label><input name=My>
<!--[if IE]><input type=IEbug disabled style="display:none"><![endif]-->
</form>
<form action="" method="post" class="form-class"><input type="hidden" name="id" value=""><!--[if IE]><input type=IEbug disabled style="display:none"><![endif]-->
</form>
<form action="" method="post" class="form-class">
<label for="frm-sex-m"> <input type="radio" name="sex" id="frm-sex-m" value="m"> male</label>
<label title=hello for="frm-sex-m"> <input type="radio" name="sex" id="frm-sex-m" value="m"> </label>
<label for="frm-sex-f"> <input type="radio" name="sex" id="frm-sex-f" value="f"> female</label>
<label title=hello for="frm-sex-f"> <input type="radio" name="sex" id="frm-sex-f" value="f"> </label>
<label></label>
<label>Sex:</label>
<label title="hello">Sex:</label>
<label for="frm-checkbox"> <input type="checkbox" name="checkbox" id="frm-checkbox"> Label</label>
<label title=hello for="frm-checkbox"> <input type="checkbox" name="checkbox" id="frm-checkbox"> </label>
<label title=hello for="frm-checkbox"> <input type="checkbox" name="checkbox" id="frm-checkbox"> </label>
<label for="frm-checkbox">Checkbox</label>
<label title=hello for="frm-checkbox">Checkbox</label>
<label for="frm-checklist-m"> <input type="checkbox" name="checklist[]" id="frm-checklist-m" value="m"> male</label>
<label for="frm-checklist-m"> <input title=hello type="checkbox" name="checklist[]" id="frm-checklist-m" value="m"> </label>
<label for="frm-checklist-f"> <input type="checkbox" name="checklist[]" id="frm-checklist-f" value="f"> female</label>
<label for="frm-checklist-f"> <input title=hello type="checkbox" name="checklist[]" id="frm-checklist-f" value="f"> </label>
<label></label>
<label>CheckboxList:</label>
<label title="hello">CheckboxList:</label>
<form id="myForm" class="ajax" action="" method="post">
<input type="text" name="username" class="control-class" id="frm-username">
<input type="hidden" name="id" value=""><!--[if IE]><input type=IEbug disabled style="display:none"><![endif]-->
</form>
<form class="nclass" action="" method="post">
<input type="text" name="username" id="frm-username" class="nclass">
<input type="hidden" name="id" value=""><!--[if IE]><input type=IEbug disabled style="display:none"><![endif]-->
</form>
<FORM action="" method="post" class="form-class">
<input type="text" name="username" class="control-class" id="frm-username">
<input type="hidden" name="id" value=""><!--[if IE]><input type=IEbug disabled style="display:none"><![endif]-->
</FORM>
<select name="select" id="frm-select"><option value="m" selected>male</option><option value="f">female</option></select>
<textarea title="10" name="area" id="frm-area">one<two</textarea>
<select name="select" id="frm-select"><option value="m" selected>male</option><option value="f">female</option></select>
<!--[if IE]><input type=IEbug disabled style="display:none"><![endif]-->
</form>