BootBox EXTENSIONwaves description

About

Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing, or removing any of the required DOM elements or JavaScript event handlers.

Find in-depth, guidelines, tutorials and more on BootBox's Official Documentation

BootBox Examples

The examples below attempt to demonstrate the myriad ways in which you can use Bootbox.
1Basic usageTry me!
2 Basic usage, with callbackTry me!
3 Basic usage, using options objectTry me!
4 Small dialogTry me!
5 Large dialogTry me!
6 Basic confirmationTry me!
7 Confirmation with alternate button text and colorTry me!
8 Confirmation with icon and button textTry me!
9 Prompt basicTry me!
10 Prompt with checkboxTry me!
11 Prompt with radio buttons and a messagevalueTry me!
12 Prompt with dateTry me!
13 Prompt with emailTry me!
14 Prompt with numberTry me!
15 Prompt with passwordTry me!
16 Prompt with selectTry me!
17 Prompt with select & multipleTry me!
18 Prompt with textareaTry me!
19 Prompt with timeTry me!
20 Prompt with rangeTry me!
21 Custom dialog as "loading" overlayTry me!
22 Custom dialog, using initTry me!
23 Custom dialog, with buttons and callbacksTry me!
24 Custom dialot and message with input controlsTry me!

BootBox Custom Class

Below we use the custom class method classNameto add the class modal-alertto change the dialog appearance and also add sound by using initApp.playSoundfunction
1Basic confirmationTry me!
2 Basic AlertTry me!