Highlight Menu item of the current page in Java?

0
Hello everyone, I have a question about what Mendix will highlight when you visit a Mendix website. Now it has set a destination which it will show but the highlighted menu item is always the first. There is a JavanScriptOnLoad that selects the first item.   Is there a easier way or better way to let Mendix highlight the current page? 
asked
1 answers
1

Hi Elwin,

Try this widget out and let me know how it goes. I built it pretty recently and it worked for my needs. I hope it works for you too:

https://github.com/tieniber/ActiveMenuSelector

answered