showMask

Publishes a showDataMask PageBus event, and sets the maskActive property to true.

You can also provide an optional msg parameter, which, if provided, is used for the mask message.

Also see showMaskFunction to perform the same actions as this method, plus call a function asynchronously.

Syntax

showMask(msg);

Parameters

  • msg - (String) (optional) The message to include in the data mask. If msg is omitted, the value of the maskMessage property is used, which defaults to the value in “txtDefaultMaskMessage” in the \JSXAPPS\base\locale\locale.xml file.

Returns

none