Get a list of the pages in the current document.

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

Syntax

JavaScript
function getPages(callback);

Parameters

callback
Type: spotfire.webPlayer.Document.onGetPagesCallback
A callback function with the following signature:
function(PageState) {}.
The parameter in the signature is an array of PageState.

Version Information

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

See Also