You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some scenario there is a need to add extra class to the div that is generated by echo Html::beginTag('div', ['class' => 'navbar-header']); on line 119 of NavBar.php
Should have navBarHeaderOptions = [] option so that user can modify it as per need or or append the attributes to the existing attribute
The text was updated successfully, but these errors were encountered:
In some scenario there is a need to add extra class to the div that is generated by
echo Html::beginTag('div', ['class' => 'navbar-header']);
on line 119 of NavBar.phpShould have
navBarHeaderOptions = []
option so that user can modify it as per need or or append the attributes to the existing attributeThe text was updated successfully, but these errors were encountered: