bootstrap-modal-messagebox
Web icon

Bootstrap Modal MessageBox

Stable version 1.4.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded
 on 19 September 2017
 by 
5.0
 (5 ratings)
bootstrap-modal-messagebox

Bootstrap Modal MessageBox

Details
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.
Read more

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, https://www.w3schools.com/bootstrap/bootstrap_ref_js_modal.asp
How to use it:
  1. Reference "ModalMessageBox" webblock to use it on your application;
  2. Insert the webblock into your screen;
  3. Set the Input Parameters, like the Title and Message;
  4. Open the modal by calling the action "OpenModal" .


Bootbox Modal Alert

How to use it:

  1. Reference "Bootbox" webblock and the action "MessageBoxAlert" to use it on your application;
  2. Insert the webblock into your screen;
  3. Open the Alert message box by calling the action "MessageBoxAlert" .


Bootbox Modal Confirm

How to use it:

  1. Reference "Bootbox" and "BootboxConfirm" webblocks to use it on your application;
  2. Insert the "Bootbox" webblock into your screen;
  3. 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.
Release notes (1.4.0)

Fix the problem of using BSModal with others components, for example SilkUI components, that use a diferent version of jQuery.

Reviews (0)
Team
Other assets in this category