Comment fixes

This commit is contained in:
Alexander Kochetov
2013-05-26 21:11:42 +04:00
parent 353f198f73
commit 4c3e154d3a

View File

@@ -80,14 +80,14 @@ class Accordion extends Widget
* @var array list of HTML attributes for the item container tags. This will be overwritten
* by the "options" set in individual [[items]]. The following special options are recognized:
*
* - tag: string, defaults to "li", the tag name of the item container tags.
* - tag: string, defaults to "div", the tag name of the item container tags.
*/
public $itemOptions = array();
/**
* @var array list of HTML attributes for the item header container tags. This will be overwritten
* by the "headerOptions" set in individual [[items]]. The following special options are recognized:
*
* - tag: string, defaults to "li", the tag name of the item container tags.
* - tag: string, defaults to "h3", the tag name of the item container tags.
*/
public $headerOptions = array();