HAWHAW XML ReferenceVersion 1.1


<input>


Down  Summary
Down  Attributes
Down  Example
Down  See also

Summary
Provides a text input area in a <form> element.
 
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)
 
Example

... <deck> <form action="http://wap.foo.com/addressbook.xml"> <input name="fn" label="First name"/> <input name="ln" label="Last name"/> <input name="age" label="Age" format="NN"/> <form> </deck> ... ... <input name="pw" label="Password" type="password" maxlength="8"/> ... <input name="sg" label="Song" mode="hiragana"/> ...
 
See also
<form>
 
last update: 14.04.2002 - 23:10:53HAWHAW - Keep on laughing!