Attributes |
name |
Variable in which the input is sent to the destination URL.
|
value |
Initial value that will be presented in the input area (Default: "").
|
label |
Describes your input area on the user's screen/display.
|
format |
Input format code according to the WAP standard.
Allows the WAP user client e.g. to input only digits and no
characters (Default: M*). On a HTML generated page the format
attribute has no significance.
|
size |
(optional) - Size of the input area in number of characters.
Note: Will be ignored in case of HDML output.
|
maxlength |
(optional) - Maximum of allowed characters in the input area,
i.e. the maximum number of characters the user can enter.
Note: Will be ignored in case of HDML output.
|
type |
Input type:
text (default) | password
|
mode |
Input mode/istyle for japanese MML/iMode devices:
alphabet (default) | katakana | hiragana | numeric
|
br |
number of line breaks after input field (default: 1)
|