Navigation:  How To > How to Customize ... > WebOffice core Client >

Distance Between Editing Vertex and Info Box

Previous pageReturn to chapter overviewNext page

By default, the distance between the cursor and the info box with dimensions automatically displayed e.g. when editing line and polygon features, is 5px to the bottom and 5px to the right.

This can be configured at application level by entering <wO application>\client_core\jss\synergis_weboffice_user.xml.

The following lines must be added within the <data> tag (and the values for jsxtext must be filled with the desired pixel pitch in x- and y-direction):

 

 <record jsxid="rubberband.info.offset.x" jsxtext="25"/>
 <record jsxid="rubberband.info.offset.y" jsxtext="25"/>

 

 

howto_core_distance_infobox

Increased distance between cursor and info box (here: 25px/25px) in WebOffice core-Client