About this task
Web2 iWinodw application developer can configure desktop
settings in WebApp/WebContent/BTTXML/DesktopSetting.xml, such as:
<desktop>
<!--Configue Theme Settings--> <themeSet>
<theme name="XP" package="xp"/>
<theme name="AAA" package="test"/>
</themeSet>
<!--Configue Icon Size Settings--> <iconSizeSet>
<iconSize sampleIconPath="images/icons/1253784152.png" width="85"
height="79"/>
<iconSize sampleIconPath="images/icons/1253784152.png" width="60"
height="56"/>
<iconSize sampleIconPath="images/icons/1253784152.png" width="40"
height="40"/> </iconSizeSet>
<!--Configue WallPaper Settings--> <wallPaperSet>
<wallPaper path="images/wallpaper/1920vista_1006.jpg"/>
<wallPaper path="images/wallpaper/luna.jpg"/>
<wallPaper path="images/wallpaper/b9eb3aed0b291b0662d09ff6.jpg"/>
<wallPaper path="images/wallpaper/Aero7.jpg"/>
</wallPaperSet>
</desktop>
Table 1. Parameters for tag “themeSet”Parameter |
Value |
Theme name |
The name of theme, it will show in desktop settings
window. This parameter is madantory. |
Package |
The CSS package for the theme, it should be
available in WebApp/WebContent/skin/. Madantory. |
Table 2. Parameters for tag “iconSizeSet”Parameter |
Value |
sampleIconPath |
The icon sample image path, it will show in
desktop settings window. Madantory |
Width |
The icon image width, unit is pix. Madantory |
Height |
The icon image height, unit is pix. Madantory |
Table 3. Parameters for tag “wallPaper”Parameter |
Value |
Path |
The wallpaper image path, it will show in desktop
settings window. Madantory |