Event raised when the active page changes in the analysis.

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

Syntax

JavaScript
function onActivePageChanged(callback);

Parameters

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

Version Information

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

See Also