Input Elements - Avaya 4600 Series Administrator's Manual

Release 2.1 lan administrator’s guide
Hide thumbs Also See for 4600 Series:
Table of Contents

Advertisement

Input Elements

<input> tag supported - The input tag specifies a point where the user is prompted to enter text.
Attribute
name
emptyok
format
maxlength
size
tabindex
title
type
value
The six display lines of the 4620 associated with feature buttons are all available for input elements. The
top line of the display cannot be used for input.
The input tag causes an automatic line break before and after input text.
Only one input tag can exist per display line.
4600 Series IP Telephone Release 2.1 LAN Administrator's Guide
July 2004
Creating Web sites for the 4610SW and 4620 IP Telephones
Value
Description
nmtoken
REQUIRED. The name of the variable that is set
with the result of the user's input
true
Sets whether the user can leave the input field blank
false
or not. Default is "true"
Sets the data format for the input field. Default is
"M"
A
A = uppercase alphabetic or punctuation characters
a = lowercase alphabetic or punctuation characters
a
N = numeric characters
X = uppercase characters
N
x = lowercase characters
X
M = all characters
x
m = all characters
M
*f = Any number of characters. Replace the f with
m
one of the letters above to specify what characters
*f
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.
nf
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
number
Sets the maximum number of characters the user can
enter in the field
number_of
Sets the width of the input field
_char
number
Sets the tabbing position for the input field
cdata
Sets a title for the input field
text
Indicates the type of the input field. The default
password
value is "text"
cdata
Sets the default value of the variable in the "name"
attribute
Input Elements
Comments
SUPPORTED
SUPPORTED
SUPPORTED
SUPPORTED
NOT
SUPPORTED
NOT
SUPPORTED
SUPPORTED
SUPPORTED
SUPPORTED
123

Advertisement

Table of Contents
loading

Table of Contents