Click or drag to resize

DocumentonDocumentReady Method

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=14.0
Syntax
JavaScript
function onDocumentReady(callback);

Parameters

callback
Type: spotfire.webPlayerDocumentonDocumentReadyCallback
The event handler with the following signature:
function() {}.
Version Information


See Also