Avaya 4600 Series Anwendungshinweis Seite 116

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 206
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 115
Web Browser for 4610SW, 4620/4620SW, 4621SW, and 4622SW IP Telephones
116 4600 Series IP Telephones Application Programmer Interface (API) Guide
The 4620/4620SW, 4621SW, and 4622SW’s six display lines associated with Feature buttons
are 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.
When a user views a page with the input tag specified, the first thing that shows up in the Top
Line is the card title, if specified. When the user scrolls to the first line containing input, the Top
Line shows the input box title if specified, otherwise the card title is shown. The Top Line
displays the card title for all non-input text.
When the input box is selected, a vertical line (the “cursor”) appears at the left side of the input
box.
The attribute type password should only be used when it is important to not display the user' s
password on the screen. Asterisks are displayed instead. It is also important that the password
not be cached.
The phrase [enter text here] appears for all input tags if the value attribute is null. If the author
specifies a non-null content in the value attribute, that content displays between brackets for
that input tag.
Only the correct size, type, and number of characters are accepted in to the input box. For
example, if alpha text is specified and the user types in a symbol or numeric text, the user input
is not accepted. The screen repaints and the user has to re-enter the text. If the wrong kind of
text is typed, the user receives an error tone. If the “n” (number) value is specified and the user
types in the incorrect number of characters, that input is rejected.
See Text Elements
for other text entry guidelines.
<fieldset> tag - The fieldset tag is used to group logically related elements in a card. This
tag is not supported.
<optgroup> tag - Sets of <optgroup> brackets can be put around <options> in a <select>
list. The results in breaking a list into sublists.
<option> tag - A set of option tags is needed to specify each individual item in a list. This
tag must be used with the select tag.
Attribute Value Description Comments
title cdata Sets a title for the optgroup element. SUPPORTED.
Attribute Value Description Comments
onpick url Sets what is going to happen when a
user selects an item.
SUPPORTED.
title cdata Sets a title for the option SUPPORTED.
value cdata Sets the value to use when setting the
“name” variable in the select element.
SUPPORTED.
Seitenansicht 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 205 206

Kommentare zu diesen Handbüchern

Keine Kommentare