bootstrap\ToggleButtonGroup $labelOptions

$labelOptions public property The HTML attributes for the label (button) tag. See also: yii\bootstrap\Html::checkbox() yii\bootstrap\Html::radio() public \yii\bootstrap\array, $labelOptions = []

bootstrap\ToggleButtonGroup $items

$items public property The data item used to generate the checkboxes. The array values are the labels, while the array keys are the corresponding checkbox or radio values. public array $items = []

bootstrap\ToggleButtonGroup $encodeLabels

$encodeLabels public property Whether the items labels should be HTML-encoded. public boolean $encodeLabels = true

bootstrap\Tabs run()

run() public method Renders the widget. public void run ( )

bootstrap\Tabs renderItems()

renderItems() protected method Renders tab items as specified on $items. protected string renderItems ( )return string The rendering result. throws \yii\bootstrap\InvalidConfigException.

bootstrap\Tabs renderDropdown()

renderDropdown() protected method Normalizes dropdown item options by removing tab specific keys content and contentOptions, and also configure panes accordingly. protected boolean renderDropdown ( $itemNumber, &$items, &$panes )$itemNumber string Number of the item $items array The dropdown items configuration. $panes array The panes reference array. return boolean Whether any of the dropdown items is active or not. throws yii\base\InvalidConfigException

bootstrap\Tabs init()

init() public method Initializes the widget. public void init ( )

bootstrap\Tabs hasActiveTab()

hasActiveTab() protected method protected boolean hasActiveTab ( )return boolean If there's active tab defined

bootstrap\Tabs $renderTabContent

$renderTabContent public property (available since version 2.0.1) Whether to render the tab-content container and its content. You may set this property to be false so that you can manually render tab-content yourself in case your tab contents are complex. public boolean $renderTabContent = true

bootstrap\Tabs $navType

$navType public property Specifies the Bootstrap tab styling. public string $navType = 'nav-tabs'