Click or drag to resize

onApplicationLoadedCallback Function

Callback which is called when the specified Application and API version is loaded.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
function(result, application);

Parameters

result
Type: SystemObject
The result object containing properties status and message. Possible values for status is OK, ACCESS_DENIED and INTERNAL_ERROR.
application
Type: spotfire.webPlayerApplication
The instance of an Application.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also