diff --git a/ButtonGroup.php b/ButtonGroup.php index c440ad2..560ad13 100644 --- a/ButtonGroup.php +++ b/ButtonGroup.php @@ -33,8 +33,12 @@ use yii\helpers\Html; * ] * ]); * ``` + * + * Pressing on the button should be handled via JavaScript. See the following for details: + * * @see http://getbootstrap.com/javascript/#buttons * @see http://getbootstrap.com/components/#btn-groups + * * @author Antonio Ramirez * @since 2.0 */