mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
Merge branch 'it3rmit-patch-2'
This commit is contained in:
@@ -64,7 +64,10 @@ class ButtonDropdown extends Widget
|
|||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
echo $this->renderButton() . "\n" . $this->renderDropdown();
|
echo Html::beginTag('div', ['class' => 'btn-group']);
|
||||||
|
echo "\n" . $this->renderButton();
|
||||||
|
echo "\n" . $this->renderDropdown();
|
||||||
|
echo "\n" . Html::endTag('div');
|
||||||
$this->registerPlugin('button');
|
$this->registerPlugin('button');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ Yii Framework 2 bootstrap extension Change Log
|
|||||||
2.0.0-rc under development
|
2.0.0-rc under development
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
|
||||||
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
|
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user