Marking.getMarking Method (string, string,string[], int, Marking.onMarkingCallback) |
Get the currentlly marked rows.
Namespace:
spotfire.webPlayer
Assembly:
~/GetJavaScriptApi.ashx?Version=11.4
Syntaxfunction getMarking(markingName, dataTableName, dataColumnNames, maxRows, callback);
Parameters
- markingName
- Type: System.string
The name of the marking. - dataTableName
- Type: System.string
The name of the data table for the columns. - dataColumnNames
- Type:System.string[]
Array of data column names that should be included in the result. - maxRows
- Type: System.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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also