Browse Source

Added note on ButtonGroup values handling

tags/2.0.4
Alexander Makarov 10 years ago
parent
commit
72da96e3af
  1. 4
      ButtonGroup.php

4
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 <amigo.cobos@gmail.com>
* @since 2.0
*/

Loading…
Cancel
Save