
4600 Series IP Telephone LAN Administrator’s Guide
■<select> tag - The select tag allows for the definition of a list, embedded in a card, to allow the user to choose inputs from a list rather than having to type something in. The select tag must be used with the option tag.
Attribute | Value | Description | Comments |
|
|
|
|
name | nmtoken | Names the variable | SUPPORTED |
|
| that is set with the |
|
|
| index result of the |
|
|
| selection |
|
|
|
|
|
ivalue | cdata | Sets the | SUPPORTED |
|
| option element. If |
|
|
| none is specified the |
|
|
| first item in a list is |
|
|
| automatically |
|
|
| selected. |
|
|
|
|
|
multiple | true | Sets whether multiple | SUPPORTED |
| false | items can be selected. |
|
|
| Default is "false". |
|
|
| False is used for a |
|
|
| single selection. |
|
|
|
|
|
tabindex | number | Sets the tabbing | NOT SUPPORTED |
|
| position for the select |
|
|
| element |
|
|
|
|
|
title | cdata | Sets a title for the list | SUPPORTED |
|
|
|
|
value | cdata | Sets the default value | SUPPORTED |
|
| of the variable in the |
|
|
| "name" attribute |
|
|
|
|
|
A single select is rendered with a small square containing a dot. A multiple select is rendered as multiple squares - blank if there is nothing in them, else a lower case “x”.
Variable Elements
■<setvar> tag - There are no visual rendering implications with this tag.
Attribute | Value | Description | Comments |
|
|
|
|
name | cdata | REQUIRED. Sets the | SUPPORTED |
|
| name of the variable |
|
|
|
|
|
value | cdata | REQUIRED. Sets the | SUPPORTED |
|
| value of the variable |
|
|
|
|
|
Variable Elements