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
Looking at modifying the way the menu is created (or rather, the HTML portion of it), I see that renderPageNavMenuItem() is marked as private, thus making it hard to change the rendered output of the public method menu().
It would be nice if this was somehow made injectable or configurable, i.e. what CSS classes are added for the LI and A elements, for active/current elements, and non-active, etc.
(This becomes a real issue when using Bootstrap 5 since the active CSS class is set on the A element, rather than the LI element.)
Just a thought.
The text was updated successfully, but these errors were encountered:
Looking at modifying the way the menu is created (or rather, the HTML portion of it), I see that
renderPageNavMenuItem()
is marked as private, thus making it hard to change the rendered output of the public methodmenu()
.It would be nice if this was somehow made injectable or configurable, i.e. what CSS classes are added for the
LI
andA
elements, for active/current elements, and non-active, etc.(This becomes a real issue when using Bootstrap 5 since the active CSS class is set on the
A
element, rather than theLI
element.)Just a thought.
The text was updated successfully, but these errors were encountered: