|
|
@ -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'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|