Aastra Telecom C53I User Guide

Page of 602
How to Create an XML Application
G-8
41-001160-00, Rev 01  Release 2.0  
IP Phone Administrator Guide
Appendix G
Text Screen Object (Text Screens)
The screen object can be used to display text. The screen word wraps 
appropriately and can scroll to display a message longer then four lines.
Implementation
The following is how you would implement the Text Screen object.
Softkey:
6=Done
XML Description:
<AastraIPPhoneTextScreen
    destroyOnExit = "yes/no">
<Title>Screen Title</Title>
<Text>The screen text goes here</Text>
</AastraIPPhoneTextScreen>
XML example:
<AastraIPPhoneTextScreen>
<Title>Screen Object</Title>
<Text>The screen object can be implemented similar to the 
firmware info screen. Note that white space is preserved in XML so 
the display should word-wrap appropriately. Only three lines can 
display at a time.</Text>
</AastraIPPhoneTextScreen>
Note: 
For all available parameters you can use for the Text Screen object, 
and for an explanation of each parameter, see Aastra Telecom’s 
"XML Developer’s Guide".