Class: BootstrapTab

BootstrapTab

Templates a bootstrap tab

Constructor

new BootstrapTab(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>
".tab-pane" the tab class
Source:

Extends

  • Template

Methods

populateChildren(data) → {BootstrapTab}

Populate the id and html
Parameters:
Name Type Description
data object
Properties
Name Type Attributes Description
id number | string
html jQuery | string <optional>
Source:
Returns:
Type
BootstrapTab