Click or drag to resize

MarkinggetMarking Method (string, string, string, int, MarkingonMarkingCallback)

Get the currentlly marked rows.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
function getMarking(markingName, dataTableName, dataColumnNames, maxRows, callback);

Parameters

markingName
Type: Systemstring
The name of the marking.
dataTableName
Type: Systemstring
The name of the data table for the columns.
dataColumnNames
Type: Systemstring
Array of data column names that should be included in the result.
maxRows
Type: Systemint
Maximum number of rows to get.
callback
Type: spotfire.webPlayerMarkingonMarkingCallback
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also