|
|
|
@ -129,7 +129,6 @@ class Tabs extends Widget
|
|
|
|
|
* @since 2.0.7 |
|
|
|
|
*/ |
|
|
|
|
public $dropdownClass = 'yii\bootstrap\Dropdown'; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @var string template for layout for the headers and the panes. Can be helpful, for example, if a left |
|
|
|
|
* vertical tabs are required. Defaults to `{headers}{panes}` |
|
|
|
@ -137,6 +136,7 @@ class Tabs extends Widget
|
|
|
|
|
*/ |
|
|
|
|
public $template = '{headers}{panes}'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Initializes the widget. |
|
|
|
|
*/ |
|
|
|
|