Browse Source

release version 2.0.11

tags/2.0.11^0 2.0.11
Alexander Makarov 3 years ago
parent
commit
83d144f408
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 4
      CHANGELOG.md
  2. 2
      src/Tabs.php

4
CHANGELOG.md

@ -1,8 +1,8 @@
Yii Framework 2 bootstrap extension Change Log Yii Framework 2 bootstrap extension Change Log
============================================== ==============================================
2.0.11 under development 2.0.11 August 09, 2021
------------------------ ----------------------
- Enh #261: Support of custom templates for Tab headers and panes (mmonem) - Enh #261: Support of custom templates for Tab headers and panes (mmonem)

2
src/Tabs.php

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

Loading…
Cancel
Save