docs minor change

This commit is contained in:
Antonio Ramirez
2013-05-29 23:53:58 +02:00
parent a57597719c
commit d5b878d35e

View File

@@ -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();
/**