Click or drag to resize

MarkingonChanged Method (string, string, string, int, MarkingonMarkingCallback)

Sets up an event listner for marking changed in the analysis.

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

Parameters

markingName
Type: Systemstring
The marking name in which to listen for changes.
dataTableName
Type: Systemstring
The name of the data table in which to listen for marking changes.
dataColumnNames
Type: Systemstring
Array of data column names that should be included in the result.
maxRows
Type: Systemint
The maximum number of marked rows to return.
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.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also