Class: BootstrapPanel

BootstrapPanel

Template for bootstrap panels

Constructor

new BootstrapPanel(optionsopt)

Constructor
Parameters:
Name Type Attributes Description
options object <optional>
Properties
Name Type Attributes Default Description
closeable boolean <optional>
false whether to attach a close button to the panel
collapsible boolean <optional>
false whether to attach a collapse button to the panel
struct object <optional>
panel structure for templates
Properties
Name Type Attributes Default Description
$wrapper string <optional>
'.panel' the panel selector
$header string <optional>
'.panel-header' the panel header selector
$title string <optional>
'.panel-title' the panel title selector
$collapse string <optional>
'.panel-collapse' the panel collapse selector
$close string <optional>
'.panel-close' the panel close selector
$body string <optional>
'.panel-body' the panel body selector
$footer string <optional>
'.panel-footer' the panel footer selector
Source:

Extends

  • Template