Grandstream Networks GXV3140 IP Phone User Manual


 
Grandstream Networks, Inc. XML Based GUI Configuration Guide Page 13 of 26
www.grandstream.com Last Updated: 03/2010
Weather: Weather desktop application
Analog Clock: Analog Clock desktop application
Digital Clock: Digital Clock desktop application
Information: System Information desktop application
Calendar: Calendar desktop application
Stock: Stock desktop application
Horoscope: Horoscope desktop application
Today: Today desktop application
<item> element has positionattributes (String type), valid values are:
left_top: top left part of the window
right_top: top right part the window
left_bottom: bottom left part of the window
right_bottom: bottom right part of the window
<large-layout>: Large-layout configuration element
<desktopX> Configure the layout for Desktop X, where X is a value from 1 ~ 4. Every desktop
has two windows (left window, right window) for the display of desktop applications.
<item>: Desktop application element (Type: String). The valid values are the same as the
<item> element in <small-layout>
<item> element has positionattributes (Type: String), valid values are:
left : left window
right : right window
<custom-layout> Custom layout element
<file>: Specifies the custom layout configuration file name. The phone will parse the custom
layout configuration file and configure the screen layout accordingly. All the required resources
should be located in the same directory as the custom layout configuration file to avoid any
parsing error. For more details and the syntax for configuring the XML based customizable
screen, please refer to Appendix: GXV31XX XML Based Customizable Screen.
4.4 SCREEN DISPLAY CONFIGURATION (SCREEN_DISPLAY.XML)
<item func-name="screen_display" hide="1">
<config-file>screen_display.xml</config-file>
</item>
This is used to control the configurations related to screen display, for example, screensaver,
screensaver refresh time, and background picture etc
Refer to the screen display configuration file (screen_display.xml) below:
<?xml version="1.0" encoding="UTF-8"?>
<screen-display>
<version>1</version>
<screensaver>
<type>0</type>
<time>5</time>
<lcdoff>15</lcdoff>
<folder>icon</folder>
<interval>10</interval>
<http/>
</screensaver>
<background>
<type>0</type>
<picture>4.png</picture>
<image-pos>0</image-pos>
</background>
</screen-display>