Click or drag to resize

Marking Class

Contains marking related functionality.
This object is created when the analysis document is loaded.
To get an instance of this object use the Document.marking property.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerMarking

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.Marking = function();

Type.createClass(
	'spotfire.webPlayer.Marking');

The Marking type exposes the following members.

Constructors
  NameDescription
Public methodMarking
Top
Methods
  NameDescription
Public methodgetMarking(string, string, string, int, MarkingonMarkingCallback)
Get the currentlly marked rows.
Public methodgetMarking(string, string, string, int, MarkingonMarkingCallback, Boolean)
Get the currentlly marked rows.
Public methodgetMarkingNames
Get the names of the marking sets in the document.
Public methodonChanged(string, string, string, int, MarkingonMarkingCallback)
Sets up an event listner for marking changed in the analysis.
Public methodonChanged(string, string, string, int, MarkingonMarkingCallback, string)
Sets up an event listner for marking changed connected to a specific filtering scheme.
Public methodonChanged(string, string, string, int, MarkingonMarkingCallback, string, Boolean)
Sets up an event listner for marking changed connected to a specific filtering scheme.
Public methodsetMarking
Sets a marking in the analysis specified by the input parameters.
Top
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