Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Item in Navbar remains selected after click

I added a navbar, but once I click it, it remains with the selected blue colour like it is selected always. How to prevent that.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Item in Navbar remains selected after click

When you click a navbar item it becomes selected and will be selected until you select other navbar item. Navbar is designed to navigate the application and it shows your current point.

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Item in Navbar remains selected after click

Thank you, that clarifies it.

Moataz Abdellateef
Posts: 0
Joined: Sat Mar 02, 2013 12:12 am

Item in Navbar remains selected after click

To navigate from one page to the other, we end up putting the navbar on each page, and when the button remains clicked, it points to the wrong page. Is there any other way to navigate from one page to the other without copying the navbar over on each page?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Item in Navbar remains selected after click

Hi,
If you want components to duplicate without copying you can create Screen Template. All the pages created from Template will have the same components inherited from Template.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Item in Navbar remains selected after click

Hello, I ́m using a navbar item to open new panel...but after closing the panel, it remains active...
How can I deactivate it after that?

thanks!

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Item in Navbar remains selected after click

thanks, it works!
this is the code:

$(".ui-btn-active").removeClass('ui-btn-active');

in case someone else needed.

Return to “Issues”