Get the currentlly marked rows.

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

Syntax

JavaScript
function getMarking(markingName, dataTableName, dataColumnNames, maxRows, callback);

Parameters

markingName
Type: string
The name of the marking.
dataTableName
Type: string
The name of the data table for the columns.
dataColumnNames
Type: string[]
Array of data column names that should be included in the result.
maxRows
Type: int
Maximum number of rows to get.
callback
Type: spotfire.webPlayer.Marking.onMarkingCallback
The event handler with the following signature:
function(array) {}.
The array has the following format:
array["Column Name"][n], where n is the data row index.

Version Information

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

See Also