From eeb850ab89478ca49c39a3028f20351f5ff21167 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 8 Mar 2015 19:00:10 +0100 Subject: [PATCH] added ActionColumn::$buttonOptions allows for configuration of the default buttons like this: ```php [ 'class' => ActionColumn::className(), 'template' => '
{view} {update} {delete}
', 'buttonOptions' => [ 'class' => 'btn btn-default btn-xs', ], ], ``` close #7633 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7603e4d..1968bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Yii Framework 2 bootstrap extension Change Log ----------------------- - Bug #5984: `yii\bootstrap\Activefield::checkbox()` caused browser to link label to the wrong input (cebe) +- Enh #7633: Added `ActionColumn::$buttonOptions` for defining HTML options to be added to the default buttons (cebe) 2.0.3 March 01, 2015