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.Document.onDocumentReadyCallback
The event handler with the following signature:
function() {}.

Version Information

Supported in: 6.0, 5.5, 5.0, 4.0, 3.2

See Also