Allows the user to add a custom translation for each of the built-in command buttons. The values object must be in this format: { OK : '', CANCEL : '', CONFIRM : '' } Copy removeLocale() bootbox.removeLocale(String name); Allows the user to remove a locale from the available lo...
All Bootstrap modals (and therefore Bootbox modals), unlike native alerts, confirms, or prompts, are asynchronous; meaning, the events which Bootstrap generates are non-blocking events. Because of this limitation, code that should not be evaluated until a user has dismissed your dialog must be...