![]() |
<Form Input> |
[ button | checkbox | file | hidden | image | password | radio | reset | submit | text | <textarea> | <select> | <tuple> | <continue> ]
| element | type | name | value | submits | multiplicity | return type |
|---|---|---|---|---|---|---|
| <input> | button | ![]() |
![]() |
no | no | basic |
| <input> | checkbox | ![]() |
![]() |
no | yes | list { value } |
| <input> | file | ![]() |
- | no | no | basic/tuple * |
| <input> | hidden | ![]() |
![]() |
no | no | basic |
| <input> | image | ![]() |
- | yes | no | tuple { x, y } |
| <input> | password | ![]() |
![]() |
no | no | basic |
| <input> | radio | ![]() |
![]() |
no | yes | basic |
| <input> | reset | - | ![]() |
no | - | - |
| <input> | submit | C | ![]() |
yes | yes | basic |
| <input> | text | ![]() |
![]() |
no | no | basic |
| <textarea> | ![]() |
![]() |
no | no | basic | |
| <select> | ![]() |
- | no | no | basic | |
| <select multiple> | ![]() |
- | no | no | list { value } | |
| <tuple>** | ![]() |
- | no | yes | list { ... } | |
| <continue>** | C | ![]() |
yes | yes | basic | |
![]() |
Attribute required. |
![]() |
Attribute optional. |
| C | The name is implicitly "continue". |
| *) | The file input field may return a tuple with three strings named filename, content, and type. |
| **) | These elements are special to <bigwig>. They are not part of standard HTML. They are compiled to other elements and JavaScript; The client never sees these elements. |
Note: This will only work for JavaScript enabled browsers.
|
bigwig@brics.dk Last updated: November 2, 2001 |
|