| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | de.hawhaw.hawtags.tags.InputTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| name | true | true | String | Variable in which the input is sent to the destination URL. |
| value | false | true | String | Initial value that will be presented in the input area (Default: ""). |
| label | false | true | String | Describes your input area on the user's screen/display. |
| format | false | true | String | Input format code according to the WAP standard. Allows the WAP user client e.g. to input only digits and no characters (Default: M*). In other markup languages the format attribute has no significance. |
| size | false | true | int | (optional) - Size of the input area in number of characters. Note: Will be ignored in case of HDML output. |
| maxlength | false | true | int | (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 | false | true | String | Input type: text (default) | password |
| mode | false | true | String | Input mode/istyle for japanese MML/iMode devices: alphabet (default) | katakana | hiragana | numeric |
| br | false | true | int | number of line breaks after input field (default: 1) |
| voice_type | false | true | String | (optional) - Sets the type of the input element for VoiceXML. Note: Support of builtin grammar types is platform specific. The W3C VoiceXML Version 2.0 recommendation defines these grammar types: - boolean - date - digits (default) - currency - number - phone - time |
| voice_grammar_src | false | true | String | (optional) - Defines the URL of an external grammar for an VoiceXML input element. Attention: This attribute should be used by experienced VoiceXML developers only! Please refer to the W3C VoiceXML Recommendation for detailled info about grammar definitions. |
| voice_grammar_type | false | true | String | (optional) Defines the media type of an external grammar, specified by the voice_grammar_src attribute, e.g. "application/srgs+xml" |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||