Commit be82ee81 by Alexander Kochetov

Comment fixes

parent df025fc2
...@@ -49,9 +49,9 @@ class Accordion extends Widget ...@@ -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(...),
* ) * )
* ``` * ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment