Aastra Telecom 53I User Manual

Page of 818
How to Create an XML Application
G-10
41-001160-00, Release 2.1, Rev 04  
IP Phone Administrator Guide
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>