jui\Accordion $items

$items public property

List of collapsible items. Each item can be an array of the following structure:

[
    'header' => 'Item header',
    'content' => 'Item content',
    // the HTML attributes of the item header container tag. This will overwrite "headerOptions".
    'headerOptions' => [],
    // the HTML attributes of the item container tag. This will overwrite "itemOptions".
    'options' => [],
]
public array $items = []
doc_Yii
2016-10-30 17:06:21
Comments
Leave a Comment

Please login to continue.