| 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. |