Navigation:  Introduction to WebOffice map widget > Supported Parameters >

Callback Function Parameters

Previous pageReturn to chapter overviewNext page

For various WebOffice map widget functions it is possible to specify a JavaScript call back function in order to get perfect control within a workflow. This function will be called later by WebOffice map widget when the synservice response is back from the application server (WebOffice 10 R3). The callbacks have to be implemented by the WebOffice map widget hoster itself.

 

Note: Within the WebOffice map widget test container all callbacks will be displayed in the tab 'callback', when the log window is activated.

 

Callback after an identify in the WebOffice map widget test container

Callback after an identify in the WebOffice map widget test container

 

For correct operation the call back method name must be fully qualified (if it is implemented within the parent element scope then the parameter name must be parent.myMethod where myMethod is the name of the JavaScript function) and it must be accessible from WebOffice map widget script itself (as cross domain scripting is forbidden in browsers by default, the call back function implementation must reside in the same http domain).

 

Following parameters are currently supported:

ocallback_createpoint

ocallback_identify_sl

ocallback_search_mw

ocallback_selectline_mw

ocallback_selectarea_mw

ocallback_getversion_mw

ocallback_movepoint_sw

ocallback_fts_mw