Options
All
  • Public
  • Public/Protected
  • All
Menu

Version 3.1.0

List of all changes

Added wrapper functions for load mask handling

The CtrlUtils class now contains additional functions for showing and hiding the load mask.

The difference to the plain load mask functions in Cbn.utils.DomHelper is that the load mask calls are queueable.
That means that subsequent messages are automatically shown if the current load mask message gets hidden, according to the sequence and priority of the message queue.

Load mask queues are available for each control individually, whereas the top level viewport is used, if no control is configured on the input of the load mask wrapper functions.

The typings for Cbn.utils.DomHelper.showLoadMask and Cbn.utils.DomHelper.hideLoadMask have been removed in favor of the new wrapper functions.
For the moment it's not required to exchange the calls in the consumer projects immediatly since these DomHelper functions are still available in the system code.
But it's not guaranteed that this will be the case in the future!

Generated using TypeDoc