IP Phone Administrator Guide How to Create an XML Application

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.

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".

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>

G-8

41-001160-00, Rev 01 Release 2.0

Page 548
Image 548
Aastra Telecom 57I C53I manual Text Screen Object Text Screens