Event raised when the document switches to the ready state (the round icon in the status bar becomes green).

Namespace: spotfire.webPlayer
Assembly: ~/GetJavaScriptApi.ashx?Version=5.0

Syntax

JavaScript
function onDocumentReady(callback);

Parameters

callback
Type: spotfire.webPlayer.onDocumentReadyCallback
The event handler with the following signature: function() {}.

Version Information

Supported in: 1.0

See Also