IP Phone Administrator Guide How to Create an XML Application

Appendix G

Using Bullets in Menu Items

When implementing the AastraIPPhoneTextMenu object, you can use bullets to list items using the style=”bullet" attribute.

XML Description:

You use this attribute as follows.

<AastraIPPhoneTextMenu style=”bullet”>

<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=bullet" attribute with the AastraIPPhoneText Menu object.

<AastraIPPhoneTextMenu style=”bullet”>

<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-10

41-001160-00, Release 2.1, Rev 04

Page 748
Image 748
Aastra Telecom 57I CT, 55I, 53I manual Using Bullets in Menu Items, AastraIPPhoneTextMenu style=bullet