Slide 11.12: WML links (cont.) Slide 11.14: WML input fields (cont.) Home |
INPUT
Tag
name
attribute.
format
attribute.
An input mask dictates which alphanumeric and punctuation characters can be entered into the input element and the order that they must be entered.
The permitted values for the format
attribute are as follows:
Value | Description |
---|---|
A |
Any uppercase alphabetic or punctuation character | a |
Any lowercase alphabetic or punctuation character | N |
Any numeric character | *N |
Any number of any numeric characters | X |
Any uppercase character | x |
Any lowercase character | M |
Any character, but is treated as uppercase for date entry | *M |
Any number of any characters, but is treated as uppercase for date entry | m |
Any character, but is treated as lowercase for data entry | *f |
Any number of any type of characters | nf |
Any n integer number of any characters | \c |
Display the character after the slash in the display |
emptyok
attribute will permit an empty entry.
<form>
tag in HTML.
However, you can use <fieldset>
elements to group related input elements.