Labels and titles – Nokia 9110i User Manual

Page 25

Advertising
background image

25 (26)

<option value="Nokia 8210">8210</option>
<option value="Nokia 7110">7110</option>

<option value="Nokia 6110">6110</option>

</optgroup>
<optgroup title="Accessories">
<option value="Battery">Battery</option>
<option value="Desktop stand">Desktop stand</option>
<option value="Charger">Charger</option>
<option value="Headset">Headset</option>
</optgroup>

</select>

Please, provide

your<br/>

Name:
<input name="name" type="text" title="Name"/>
Address:
<input name="address" title="Address"/>

</p>

<do type="accept" label="Confirm">
<go href="#confirm"/>
</do>
<do type="prev" label="Back">

<prev/>

</do>

</card>

<card id="confirm" title="Confirmation">
<p>

$(name), we are pleased to send you more
information about $(models).

</p>

<do type="prev" label="Back">

<prev/>

</do>

</card>
</wml>

5.6 Labels and titles

Labels are used with do-element to name a dynamic button. The use of label attribute is highly

recommended because the default label for every button is 'go' (see 5.3.1 for dynamic labels). Titles are
used in presenting the element that is currently active. In 9110i Communicator the title card is
displayed on the left side of the title row and the title of an active element is displayed on the right
side of the title row.

Elements with title attribute are:

<anchor>
<select>
<option>
<optgroup>
<input>
<fieldset>

Advertising