Hide Comments
Hide Comments

Layout customizations by parameters

Comments (0)

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;"/>

howto_html_by_parameters01

 

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;"/>

howto_html_by_parameters02

 

Have a look to the following list of the most important customization parameters:

 

Parameter

Description

@syn_toolbar

The main toolbar

howto_html_by_parameters01

howto_html_by_parameters02

@syn_idlestack

Stack for queries

howto_html_by_parameters03 howto_html_by_parameters04

@syn_activestack

Active stack on mouse over

howto_html_by_parameters05 howto_html_by_parameters06

@syn_custominfo_blk

Stack for the customer information

howto_html_by_parameters07 howto_html_by_parameters08

@syn_menucolor

Tool form

howto_html_by_parameters09 howto_html_by_parameters10

@syn_taskbar_col

The main status bar

howto_html_by_parameters11

howto_html_by_parameters12

@syn_elementbg

Background color of the stacks

howto_html_by_parameters13 howto_html_by_parameters14

toc_rowheight

Height of TOC row in pixels

howto_html_by_parameters31 howto_html_by_parameters32

toc_indent

Space per TOC level in pixels

howto_html_by_parameters33 howto_html_by_parameters34

toc_s_i

Map service in TOC (in scale)

howto_html_by_parameters35 howto_html_by_parameters36

toc_s_o

Map service in TOC (out of scale)

howto_html_by_parameters37 howto_html_by_parameters38

toc_g_i

Layer group in TOC (in scale)

howto_html_by_parameters39 howto_html_by_parameters40

toc_g_o

Layer group in TOC (out of scale)

howto_html_by_parameters41 howto_html_by_parameters42

toc_l_i

Layer in TOC (in scale)

howto_html_by_parameters43 howto_html_by_parameters44

toc_l_o

Layer in TOC (out of scale)

howto_html_by_parameters45 howto_html_by_parameters46

@syn_splittercol

Color of the splitter between the stacks

howto_html_by_parameters15 howto_html_by_parameters16

@syn_scalebox

Background color of the scale box input field

howto_html_by_parameters17 howto_html_by_parameters18

@syn_ftsinput

Style of the FTS search field

howto_html_by_parameters47 howto_html_by_parameters48

@syn_button

Background color of buttons

howto_html_by_parameters19 howto_html_by_parameters20

@syn_panecolor

Background of panes

howto_html_by_parameters21 howto_html_by_parameters22

@syn_menus

Background of menus

howto_html_by_parameters23 howto_html_by_parameters24

@syn_maptip

Maptip window (border and background)

howto_html_by_parameters25 howto_html_by_parameters26

@syn_maptip.head_bg

Maptip header and footer image

howto_html_by_parameters49 howto_html_by_parameters50

@maptip.bgcolor.even

Background of even attributes and values (in Maptip)

howto_html_by_parameters49 howto_html_by_parameters51

@maptip.bgcolor.odd

Background of odd attributes and values (in Maptip)

howto_html_by_parameters49 howto_html_by_parameters52

@syn_maptipinfo

Font and color of info text (in Maptip)

howto_html_by_parameters49 howto_html_by_parameters53

@syn_maptiptitle

Font and color of title text (in Maptip)

howto_html_by_parameters49 howto_html_by_parameters54

@syn_maptip.field

Font and color of attribute text (in Maptip)

howto_html_by_parameters49 howto_html_by_parameters55

@syn_maptip.value

Font and color of value text (in Maptip)

howto_html_by_parameters49 howto_html_by_parameters56

@syn_zoombox_brd

Frame of the zoom box

howto_html_by_parameters27

@syn_zoombox_col

Color of the zoom box

howto_html_by_parameters28

@zoombox_mask

Opacity of the zoom box background

howto_html_by_parameters29

@syn_zoombox_bg

Background of the zoom box (e.g. a logo can be embedded)

howto_html_by_parameters30

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

howto_html_by_parameters57

markup.vertexsize

markup.vertexcolor

Size and color of the vertices of a redlining object (vertexsize 0 means, that no vertices are shown).

howto_html_by_parameters58 howto_html_by_parameters59

Comments (0)

Ⓒ Copyright 2022 by VertiGIS GmbH