Property | Type | Description | |
---|---|---|---|
$addTabsNavBar | Add tabs navbar to the main tab navigation | ||
$encodeLabel | whether to encode item labels. | ||
$events | the Javascript event handlers. | ||
$htmlOptions | the HTML attributes for the widget container. | ||
$options | the JS options for the bootstrap wizard plugin | ||
$pagerContent | Pager HTML code | ||
$placement | the placement of the tabs. Valid values are 'above', 'below', 'left' and 'right'. | ||
$stacked | indicates whether to stack navigation items. | ||
$tabs | the tab configuration. | ||
$type | the type of tabs to display. Defaults to 'tabs'. Valid values are 'tabs' and 'pills'. Please not that Javascript pills are not fully supported in Bootstrap yet! |
Method | Description | |
---|---|---|
init ( ) | ### .init() | |
run ( ) | ### .run() |
Method | Description | |
---|---|---|
normalizeTabs ( array $tabs, array &$panes, integer &$i ) : array | ### .normalizeTabs() |
public $placement |