Displaystring> element, Displaystring> elemenet details, Displaybitmap> element – Grandstream GXP21xx XML Application Guide User Manual
Page 21

FIRMWARE VERSION 1.0.4.23 GXP21xx XML APPLICATION GUIDE Page 21 of 36
DisplayRectangle
Child element
Optional
-
Displays rectangle
x
<DisplayRectangle> Attribute Optional
int
Default value is 0
y
<DisplayRectangle> Attribute Optional
int
Default value is 0
width
<DisplayRectangle> Attribute Mandatory
int
height
<DisplayRectangle> Attribute Mandatory
Int
bgcolor
<DisplayRectangle> Attribute Optional
string
Default value is Black
input
Child element
Optional
-
Display input field
select
Child element
Optional
-
Display selection list field
<DisplayString> ELEMENT
This element is used for displaying string information on the screen.
<DisplayString> ELEMENET DETAILS
Object
Position
Type
Values
Comments
DisplayString
Element
Optional
-
font
<DisplayString> Attribute Optional
"unifont"
"unifont" is supported and default
width
<DisplayString> Attribute Optional
int
height
<DisplayString> Attribute Optional
int
halign
<DisplayString> Attribute Optional
string
Default value is "left"
color
<DisplayString> Attribute Optional
string
Default value is "Black"
bgcolor
<DisplayString> Attribute Optional
string
Default value is "White"
X
Child element
Mandatory
int
Displays the string from X
Y
Child element
Mandatory
int
Displays the string from Y
DisplayStr
Child element
Mandatory
string
The string to be displayed
<DisplayBitmap> ELEMENT
<DisplayString font = "
unifont
" width="
width of the string
" height="
height of the string
" halign="
center/left/right
" color="
color of the string
" bgcolor="
color of the background
" >
<X>
X location
</X>
<Y>
Y location
</Y>
<DisplayStr>
Display String
</DisplayStr>
</DisplayString>