$itemOptions public property
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 "div", the tag name of the item container tags.
See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.
public array $itemOptions = []
Please login to continue.