Image Component Index OnEvent

wml:Input
org.apache.tapestry.wml.Input
Image Component
 
Description
The wml:Input component defines an input field (a text field where the user can enter some text).
See Also
wml:Go, wml:Postfield
Parameters
Name Type Direction Required Default Description
title String in no   The title attribute specifies advisory information about the element. The title may be rendered in a variety of ways by the user agent (eg, suggested bookmark name, pop-up tooltip, etc.).
hidden boolean in no   If true, then the text field is written as a <input type="password"> form element.
name String in yes   The name attribute specifies a variable name.
format String in no   The format attribute specifies an input mask for user input entries. The string consists of mask control characters and static text that is displayed in the input area. The user agent may use the format mask to facilitate accelerated data input. An input mask is only valid when it contains only legal format codes. User agents must ignore invalid masks. The format control characters specify the data format expected to be entered by the user. See the WML specification for valid format control characters.
emptyok boolean in no   The emptyok attribute indicates that this input element accepts empty input although a non-empty format string has been specified.
value String in yes   Bind value to the variable that should recieve the user input string.

Body: removed
Informal parameters: allowed
Reserved parameters: type

Examples

Please see the documentation for the wml:Go component.


Image Component Index OnEvent