HTML
FORM
Tests
¶
FORM
¶
TEXTAREA
normal:
© text area
disabled:
disabled
read-only:
read-only
¶
INPUT: text
normal:
disabled:
read-only:
¶
INPUT: password
normal:
disabled:
read-only:
¶
INPUT: file
normal:
disabled:
¶
INPUT: checkbox
normal 1
normal 2
disabled
¶
INPUT: radio
normal 1
normal 2
disabled
¶
SELECT:
single
normal:
1.1
1.2
2.1
2.2
disabled:
1
2
optgroup disabled:
1.1
1.2
2.1
2.2
¶
SELECT:
multiple
normal:
1.1
1.2
1.3
2.1
2.2
2.3
disabled:
1
2
3
optgroup disabled:
1.1
1.2
1.3
2.1
2.2
2.3
¶
INPUT:
reset
normal:
disabled:
¶
BUTTON:
reset
normal:
reset
disabled:
disabled
¶
INPUT:
button
normal:
disabled:
¶
BUTTON:
button
normal:
button
disabled:
disabled
¶
INPUT:
submit
normal:
disabled:
¶
BUTTON:
submit
normal:
submit
disabled:
disabled
¶
INPUT:
image
normal:
disabled:
Trigger a
clean
JavaScript
form.submit()
console