2017-01-16
1.3.2
Miguel Oliveira
10.0.302.0
All
All
Components, Widgets, Plug-ins
[Overview]
The Bootstrap Modal MessageBox is a dialog box/popup window that is displayed on top of the current page, based on Bootstrap JS Modal and Bootstrap modals made easy (http://bootboxjs.com/). Contains a simple alert dialog with or without an ok button, and also a confirm dialog with a cancel and a confirm button.
[Detail]
The Bootstrap Modal MessageBox is a dialog box/popup window that is displayed on top of the current page.
Based on Bootstrap JS Modal from w3schools.com, http://www.w3schools.com/bootstrap/bootstrap_ref_js_modal.asp
How to use it:
Reference "ModalMessageBox" webblock to use it on your application;
Insert the webblock into your screen;
Set the Input Parameters, like the Title and Message;
Open the modal by calling the action "OpenModal" .
Bootbox Modal Alert
How to use it:
Reference "Bootbox" webblock and the action "MessageBoxAlert" to use it on your application;
Insert the webblock into your screen;
Open the Alert message box by calling the action "MessageBoxAlert" .
Bootbox Modal Confirm
How to use it:
Reference "Bootbox" and "BootboxConfirm" webblocks to use it on your application;
Insert the "Bootbox" webblock into your screen;
For each button in your screen that requires a confirmation dialog, insert the "BootboxConfirm" webblock into your screen, then then put the button or link into the placeholder of the webblock and set the input parameters.