Navigation:  WebOffice author standalone > Edit project Menu > WebOffice Category > Tools > Tool Group UT Server >

UT Server - Address Query

Previous pageReturn to chapter overviewNext page

ArcFM UT Server Address Query Tool.

Configuration - UT Server Address Query

Configuration - UT Server Address Query

 

 

Property

Description

URL/DIV ID of external page

Full URL of external web page/application.

If a value starting with "javascript:" is configured, an ID of a HTML DIV element can be used instead of an endpoint URL. Contents of the page will be provided by a DIV container instead of an IFrame. For example, use „javascript:myDiv“ for being able to use a Custom Tool that you can access programmatically (JavaScript) using the HTML DIV with ID=myDIV.

JavaScript function

JavaScript function of external web page/application called by WebOffice 10.7 SP1.

e.g. ProcessWebOfficeCall(objKeys[],geom[][]).

Pass mode

Pass mode

HTTP: Pass coordinates and/or object keys from WebOffice 10.7 SP1 to the external web page via HTTP (parameters are added in the query string of the HTTP request)

Note: The custom tool form needs a target window (e.g. hidden iframe) called weboffice_tool_target. Parameters are sent to the configured 'URL of external page for passing parameters' using the target weboffice_tool_target.

JavaScript: Pass coordinates and/or object keys from WebOffice 10.7 SP1 to the external web page calling a JavaScript function of the configured web page

Note: The custom tool form needs to be accessible by javascript from inside the WebOffice 10.7 SP1 application window, therefore the tool form has to run inside the same HTTP domain. Parameters are sent to the javascript function of the custom tool configured in 'JavaScript function'.

JavaScript callback on close

JavaScript method called before closing the tool

Use HTTP Get?

Pass parameters to external application via HTTP Get (or HTTP Post).

Note: These settings are only relevant if the pass mode HTTP is active.

URL of external page for passing parameters

Full URL of external web page/application used for passing parameters (Pass mode HTTP).

Pass user context (x-syn-login header field)?

Specifies if the user context of the user logged on to WebOffice 10.7 SP1 will get passed in the HTTP header.

Pass user context (base 64 Authorization header field)?

Specifies if the user context of the user logged on to WebOffice 10.7 SP1 will get passed in the HTTP header 'Authorization', using base64 encoding, basic authentication.  

Use tool?

Specifies whether this tool is available in the WebOffice 10.7 SP1 clients (true) or not (false).

Properties - UT Server Address Query