Layout customizations by parameters
The following example shows how to change the background color of the main toolbar. Please consider the steps in the example to change the other attributes from the table below.
•Open properties_weboffice.xml, search for @syn_toolbar and copy the complete line into properties_weboffice_user.xml.
<record jsxid="@syn_toolbar" type="jsxstyleoverride jsxtext="border-bottom:1px solid #A5C9F0;border-top:1px solid #A5C9F0;padding:3 0 0 0;background-color:#EBF2F9;"/>
![]()
•The setting for the background color is hold by the background-color parameter. Change this value from #EBF2F9 to #FBE800 to get a yellow background color:
<record jsxid="@syn_toolbar" type="jsxstyleoverride jsxtext="border-bottom:1px solid #A5C9F0;border-top:1px solid #A5C9F0;padding:3 0 0 0;background-color:#FBE800;"/>
![]()
Have a look to the following list of the most important customization parameters:
Parameter |
Description |
|---|---|
@syn_toolbar |
|
@syn_idlestack |
|
@syn_activestack |
Active stack on mouse over
|
@syn_custominfo_blk |
Stack for the customer information
|
@syn_menucolor |
|
@syn_taskbar_col |
The main status bar
|
@syn_elementbg |
Background color of the stacks
|
toc_rowheight |
Height of TOC row in pixels
|
toc_indent |
Space per TOC level in pixels
|
toc_s_i |
Map service in TOC (in scale)
|
toc_s_o |
Map service in TOC (out of scale)
|
toc_g_i |
Layer group in TOC (in scale)
|
toc_g_o |
Layer group in TOC (out of scale)
|
toc_l_i |
Layer in TOC (in scale)
|
toc_l_o |
Layer in TOC (out of scale)
|
@syn_splittercol |
Color of the splitter between the stacks
|
@syn_scalebox |
Background color of the scale box input field
|
@syn_ftsinput |
Style of the FTS search field
|
@syn_button |
Background color of buttons
|
@syn_panecolor |
Background of panes
|
@syn_menus |
Background of menus
|
@syn_maptip |
Maptip window (border and background)
|
Maptip header and footer image
|
|
Background of even attributes and values (in Maptip)
|
|
Background of odd attributes and values (in Maptip)
|
|
@syn_maptipinfo |
Font and color of info text (in Maptip)
|
@syn_maptiptitle |
Font and color of title text (in Maptip)
|
Font and color of attribute text (in Maptip)
|
|
Font and color of value text (in Maptip)
|
|
@syn_zoombox_brd |
Frame of the zoom box
|
@syn_zoombox_col |
Color of the zoom box
|
@zoombox_mask |
Opacity of the zoom box background
|
@syn_zoombox_bg |
Background of the zoom box (e.g. a logo can be embedded)
|
mapload.image |
Path to the animated mapload image. Two optional mapload images are included in C:\Tomcat\webapps\<WebOffice application>\pub\images: •load_32x32_circle_red.gif •load_world_watch.gif
|
markup.vertexsize markup.vertexcolor |
Size and color of the vertices of a redlining object (vertexsize 0 means, that no vertices are shown).
|