DataHub WebView is implemented as a Microsoft Silverlight object embedded in a web page. Consequently, it is possible to apply formatting and parameters to the <object> tag in the HTML of that web page. This allows the administrator of the DataHub WebView installation to customize the user experience, for example to set background color, size and position of the DataHub WebView object within the page. In addition it is possible to pass parameters to DataHub WebView from the web page to customize the behaviour of the DataHub WebView application.

With the release of DataHub WebView 1.4, the following initParams have been added:

ParameterValueDescription
pagedataname=value pairsThese values become global variables in the script context. See Page Data.
enablebrowserscriptstrue/falseIf this parameter is true, cross-context scripting is enabled. The default is false.

For more information, see Initialization Parameters in the DataHub WebView Manual.