mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Comment fixes
This commit is contained in:
@@ -49,9 +49,9 @@ class Accordion extends Widget
|
|||||||
* 'header' => 'Section label',
|
* 'header' => 'Section label',
|
||||||
* // required, the content (HTML) of the section
|
* // required, the content (HTML) of the section
|
||||||
* 'content' => 'Mauris mauris ante, blandit et, ultrices a, suscipit eget...',
|
* 'content' => 'Mauris mauris ante, blandit et, ultrices a, suscipit eget...',
|
||||||
* // optional the HTML attributes of the content section
|
* // optional the HTML attributes of the section content container
|
||||||
* 'options'=> array(...),
|
* 'options'=> array(...),
|
||||||
* // optional the HTML attributes of the header section
|
* // optional the HTML attributes of the section header container
|
||||||
* 'headerOptions'=> array(...),
|
* 'headerOptions'=> array(...),
|
||||||
* )
|
* )
|
||||||
* ```
|
* ```
|
||||||
|
|||||||
Reference in New Issue
Block a user