Avaya 4600 Series Uwagi o Aplikacji Strona 168

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 206
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 167
Web Browser for the 4625SW IP Telephone
168 4600 Series IP Telephones Application Programmer Interface (API) Guide
The user makes a selection as follows:
If an onpick attribute is specified, the user simply presses the associated Feature button(s). If
no onpick is specified, the user must make a choice and use the (Do tag) softkey to execute that
choice.
A WML page cannot specify both a do type (select softkey) and onpick on the same page.
Either the do type or onpick specifies the next card’s URL.
Feature buttons toggle the state. When a Feature button is initially pressed a choice is selected.
Pressing the same Feature button again deselects the choice.
If an onpick attribute is defined for an <option> tag and the <option> tag also has an
<onevent> tag defined, the onpick attribute supersedes the onevent binding.
<select> tag - The select tag allows for the definition of a list, embedded in a card. This tag
allows the user to choose inputs from a list rather than having to type a value. The select
tag must be used with the option tag.
The graphic template to render single and multiple choice selections is defined as follows:
Single selection - a modified Radio button is rendered for single selection of multiple
choices. A complete empty circle indicates the user did not select the associated item, while
a complete empty circle with a round black dot in the center indicates user selection.
Multiple selection - a check box is rendered for multiple selections of multiple choices. An
empty check box indicates the user did not select the associated item, while a check
box(es) with a centered X indicates user selection(s).
Attribute Value Description Comments
name nmtoken Names the variable that is set
with the index result of the
selection.
SUPPORTED.
ivalue cdata Sets the pre-selected option
element. If none is specified, the
first item in a list is automatically
selected.
SUPPORTED.
multiple true
false
Sets whether multiple items can
be selected. Default is “false.”
False is used for a single
selection.
SUPPORTED.
tabindex number Sets the tabbing position for the
select element.
NOT
SUPPORTED.
title cdata Sets a title for the list. SUPPORTED.
value cdata Sets the default value of the
variable in the name attribute.
SUPPORTED.
Przeglądanie stron 167
1 2 ... 163 164 165 166 167 168 169 170 171 172 173 ... 205 206

Komentarze do niniejszej Instrukcji

Brak uwag