sidebar hover issue

0
hi team , i have an issue related to side navbar icon highlight  . In my application there is an 'registration module icon' in navigation bar . There is a 'show page button' on registration module page  . on click this button user jump to the other module whose icon is also present in navbar . Now the issue is when user go to the other module from registration page via click that button , the icon of second module in navbar is not highlighted . Please tell how i can achieve it . Thanks
asked
1 answers
0

Hi. I suppose that you are using different Navigations….right? On this case I would create a custom Navigation created with buttons and I would add a new helper entity associated to account with and attribute which is going to save my selection (Navigation-Item). Then you have to style it. Using dynamic classes you could handle your highlighted Item. Thera are some possibilities using JS too. good luck

answered