How to Create an XML Application
G-54 41-001160-00, Release 2.1, Rev 04
IP Phone Administrator Guide
Appendix G
XML Screen Example:
Using the <IconList>
You can incorporate the use of an <IconList> attribute in the XML script to
define the images you will use with the AastraIPPhoneTextMenu object. After
you define the icons in the <IconList>, you can then call those icons as you need
them throughout the script. This also allows you to assign the icons to softkeys on
the phone.
You can load images in the <IconList> in two ways:
By specifying the image after a special prefix called “Icon:”
For example:
<IconList>
<Icon index = “1”> Icon:Envelope </Icon>)
<IconList>
By specifying the image in hexidecimal format
For example:
<IconList>
<Icon index = “2”> FF00F3 </Icon>)
<IconList>