$headerOptions public property
List of HTML attributes for the item header container tags. This will be overwritten by the "headerOptions" set in individual $items. The following special options are recognized:
- tag: string, defaults to "h3", the tag name of the item container tags.
See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.
public array $headerOptions = []
Please login to continue.