Text menu object (menu screens), Implementation, Section – Aastra Telecom 9480i Series User Manual
Page 1082: Draft 1

Creating an XML Application
F-6
41-001160-03, Rev 00, Release 2.4
IP Phone Administrator Guide
Text Menu Object (Menu Screens)
The Text Menu object allows application developers to create a numerical list of 
menu items on the IP phones. The go-to line support, arrow indicator, and scroll 
key support are built into these objects, along with the "Select" and "Done" soft 
keys. You can also turn off automatic numbering of menu items using the 
style=”none" attribute or use bullets for lists instead of numbers using the 
style=”bullet”.
The Text Menu object allows users to navigate the application, by linking HTTP 
requests to menu items.
Implementation
The following is how you would implement the Text Menu object.
Softkeys:
•
1=Select
•
6=Done
XML Description:
defaultIndex = "some integer"
destroyOnExit = "yes/no">
Note:
For all available parameters you can use for the Text Menu object,
and for an explanation of each parameter, see Aastra Telecom’s 
"XML Developer’s Guide".
Draft 1
