backdrop
options of true
and false
to dismiss modalsthis
value in callbacksmaxlength
prompt input attributeaddLocale
and removeLocale
for custom locale settingssetLocale
helper to select a locale rather than using setDefaults("locale", ...)
size
option (large, small)hideAll
backdrop: true
not firing close handler (GH-77)setDefaults
onEscape
handlers return callback values properly (GH-91)confirm
and prompt
methods return callback values properly (GH-90)setBtnClasses
method for custom standard button classes (GH-87)shown
event is fired properly even when animation is disabled (GH-69).on
instead of .bind
This was the last version of the library to support Bootstrap 2.0.x
backdrop
default value to 'static' instead of true
to prevent background clicks dismissing dialogs (GH-55)backdrop
when supplied as an argument to bootbox.dialog
overflow: hidden
CSS property (GH-46)javascript:;
(@joshnesbitt)window.jQuery
through to Bootbox
object (@nuegon)icon
optionbtn-
prefix as per Bootstrap 2.0animate
dialog optionbootbox.animate(bool)
option to set default animation preferencebootstrap-transitions.js
as required by Bootstrap 2.0