IP Phone Administrator Guide How to Create an XML Application

Appendix G

Turning Off Automatic Numbering of Menu Items

When implementing the AastraIPPhoneTextMenu object, you can turn off automatic numbering of the items in a list using the style=”none" attribute.

XML Description:

You use this attribute as follows.

<AastraIPPhoneTextMenu style=”none”>

<Title>Example</Title>

<MenuItem>

<Prompt>Item 1</Prompt> <URI>http://somepage.xml</URI>

</MenuItem>

</AastraIPPhoneTextMenu>

XML example:

The following is an example of using the "style=none" attribute with the AastraIPPhoneText Menu object.

<AastraIPPhoneTextMenu style=”none”>

<Title>Phone Services</Title>

<MenuItem base = "http://10.50.10.53/"> <Prompt>Traffic Reports</Prompt> <URI> rss_to_xml.pl</URI>

</MenuItem>

<MenuItem>

<Prompt>Employee List</Prompt> <URI>employees.xml</URI>

</MenuItem> <MenuItem base ="">

<Prompt>Weather</Prompt>

<URI>http://10.50.10.52/weather.pl</URI>

</MenuItem>

</AastraIPPhoneTextMenu>

G-8

41-001160-00, Release 2.1, Rev 04

Page 746
Image 746
Aastra Telecom 57I CT, 55I, 53I manual Turning Off Automatic Numbering of Menu Items, You use this attribute as follows