Class: BootstrapModal

BootstrapModal

Template for a bootstrap modal

Constructor

new BootstrapModal(optionsopt)

Constructor
Parameters:
Name Type Attributes Description
options object <optional>
Properties
Name Type Attributes Description
struct object <optional>
Properties
Name Type Attributes Default Description
$wrapper string <optional>
'.modal' the main modal selector
$dialog string <optional>
'.modal-dialog' the dialog selector
$content string <optional>
'.modal-content' the content selector
$header string <optional>
'.modal-header' the header selector
$title string <optional>
'.modal-title' the title selector
$body string <optional>
'.modal-body' the body selector
$footer string <optional>
'.modal-footer' the footer selector
$close string <optional>
'button.close' the close button selector
Source:

Extends

  • Template