Specifications

Aastra July 2014 PA-001011-03-04
88
XML Example 3
In this example, there is no need for scrolling.
<AastraIPPhoneFormattedTextScreen destroyOnExit=“yes”>
<Line Size="large" Align="center" Color="red">Header Line</Line>
<Scroll>
<Line>Scrolled Line 1</Line>
<Line>Scrolled Line 2</Line>
<Line>Scrolled Line 3</Line>
<Line>Scrolled Line 4</Line>
<Line>Scrolled Line 5</Line>
</Scroll>
<Line Size="double" Align="center" Color="blue">Footer Line</Line>
</AastraIPPhoneFormattedTextScreen>
Resulting Screen
XML
Fri Nov 6
9:30am
Header Line
Scrolled Line 1
Scrolled Line 2
Scrolled Line 3
Scrolled Line 4
Scrolled Line 5
Footer Line
Figure 48: FormattedTextScreen Example 3 (6739i)
XML Example 4
In this example, scrolling is needed.
<AastraIPPhoneFormattedTextScreen destroyOnExit=“yes”>
<Line Size="large" Align="center" Color="red">FormattedTextScreen</Line>
<Line Size="large" Align="center" Color="red">Header Line</Line>
<Scroll>
<Line>Scrolled Line 1</Line>
<Line>Scrolled Line 2</Line>
<Line>Scrolled Line 3</Line>
<Line>Scrolled Line 4</Line>
<Line>Scrolled Line 5</Line>
<Line>Scrolled Line 6</Line>
<Line>Scrolled Line 7</Line>
<Line>Scrolled Line 8</Line>
<Line>Scrolled Line 9</Line>
<Line>Scrolled Line 10</Line>
</Scroll>
<Line Size="double" Align="center" Color="blue">FormattedTextScreen</Line>
<Line Size="double" Align="center" Color="blue">Footer Line</Line>
</AastraIPPhoneFormattedTextScreen>