Article Details
Id:14197
Product:finPOWER Connect
Type:NEW
Version:3.00.03
Opened:08/11/2016
Closed:08/11/2016
Released:01/12/2016
Job: J018280

HTML Widgets; New UI.Block and UI.Unblock methods added

New Block and Unblock methods have been added to widget.UI.

These allow the Widget to display a wait icon and optionally a wait message.

The following code demostrates the new methods:

widget.UI.Block("this widget is blocked");

window.setTimeout(function () { widget.UI.Unblock(); }, 2000);