Avaya 4600 IP Phone User Manual


 
Creating Websites for the 4610SW and 4620 IP Telephones
Input Elements
C-13
Input Elements 5
<input> tag supported - The input tag specifies a point where the user is prompted to enter
text.
Attribute Value Description Comments
name nmtoken REQUIRED. The name of the variable that is set
with the result of the user’s input
SUPPORTED
emptyok true
false
Sets whether the user can leave the input field blank
or not. Default is “true”
SUPPORTED
format
A
a
N
X
x
M
m
*f
nf
Sets the data format for the input field. Default is “M”
A = uppercase alphabetic or punctuation characters
a = lowercase alphabetic or punctuation characters
N = numeric characters
X = uppercase characters
x = lowercase characters
M = all characters
m = all characters
*f = Any number of characters. Replace the f with
one of the letters above to specify what characters
the user may enter.
nf = Replace the n with a number from 1 to 9 to
specify the number of characters the user may
enter. Replace the f with one of the letters above to
specify what characters the user can enter. The
user cannot exit the input box unless the correct
number or type of characters is entered. The user
does not receive an error message if incorrect data
is entered
SUPPORTED
maxlength number Sets the maximum number of characters the user
can enter in the field
SUPPORTED
size number_o
f_char
Sets the width of the input field NOT
SUPPORTED
tabindex number Sets the tabbing position for the input field NOT
SUPPORTED
title cdata Sets a title for the input field SUPPORTED
type text
password
Indicates the type of the input field. The default
value is "text”
SUPPORTED
value cdata Sets the default value of the variable in the "name"
attribute
SUPPORTED