Browse Source

docs minor change

tags/2.0.0-alpha
Antonio Ramirez 11 years ago
parent
commit
d5b878d35e
  1. 2
      framework/yii/bootstrap/ButtonGroup.php

2
framework/yii/bootstrap/ButtonGroup.php

@ -51,6 +51,8 @@ class ButtonGroup extends Widget
*
* - label: string, required, the button label.
* - options: array, optional, the HTML attributes of the button.
*
* Optionally, you can also set each item as a string, or even the [[items]] attribute.
*/
public $items = array();
/**

Loading…
Cancel
Save