Genie 7110 manual Using Multiple, Selection Lists, Openwave Multiple Selection List Guideline

Models: 7110

1 84
Download 84 pages 46.18 Kb
Page 41
Image 41
Using Multiple

Using Multiple

6

Selection Lists

Use multiple selection lists when the user can select more than one item on a list.

Openwave Multiple Selection List Guideline

Create only one <do> element or <do type="accept"> label, using five characters or fewer for the multiple selection list.

Only one label is displayed; the second label is reserved for the device.

Example 6-1

Openwave Browser

 

 

 

 

 

 

 

Bob Brown

 

 

X Angelica

 

 

 

 

Swansen

 

Dirk

 

 

Bigelow

 

Gary Kinser

 

 

 

Done

Pick

 

 

 

 

 

 

 

X Jeff Lingle

<do type="accept" label="Done"> <go href="getnames.cgi"/>

</do>

<select name="recip" multiple="true"> <option value="bbrown">Bob Brown</option>

<option value="aclemson">Angelica Clemson</option> <option value="dbigelow">Dirk Bigelow</option> <option value="gkinser">Gary Kinser</option> <option value="jlingle">Jeff Lingle</option>

</select>

Example 6-1demonstrates how to create a multiple selection list. Notice that the code does not use <do type="options"> because it would render a Menu softkey displaying the defined and prev actions.

Do not use <option onpick = href> for items on the selection list.

Using <option onpick> does allow the user to select the item but may automatically display the next URL.

February 2001

Genie Application Style Guide 37

Page 41
Image 41
Genie 7110 manual Using Multiple, Selection Lists, Openwave Multiple Selection List Guideline