jui\Selectable $items

$items public property

List of selectable items. Each item can be a string representing the item content or an array of the following structure:

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

Please login to continue.