addCursorBlockId

This method adds the given jsxObjId to an array used to set the CSS cursor on objects included in this array.

When the DataMask is shown, the cursor is set to the value in this.showMaskCursorValue (default = “wait”).

When the DataMask is not shown, the cursor is set to the value in this.hideMaskCursorValue (default = “default”).

Syntax

addCursorBlockId(jsxObjId);

Parameters

jsxObjId - (String) The JSX-generated ID for the object.

Returns

none