What's new
New Client Action:
WaitUntilOnline
An action that pause the execution of a client action until the client reconnect.
This action need the Offline dialog ID.
New Parameter for state dialog:
AutoCloseOnBackDropClick
Indicate if the final state dialog (success,warning,error) must be closed when the user click on the popup backdrop.
Two new block:
-Simply Confirm
The simply confirm dialog async allows show a popup which can be used within a client action by waiting for the user to give confirmation for the operation.
-Offline Dialog
The modal appears automatically when the browser intercepts the "offline" event, which indicates that you do not currently have an Internet connection.The modal disappears automatically when the connection is reestablished.
One new client action:
-AskSimplyConfirm
Client action to show the Simply Confirm Dialog and wait for user interaction.