I'm not too sure I understand. You can set the activeItem config in the tabpanel to set the original active item or use setActiveItem to make an item active in the tabpanel. Not too sure what MVC has to do with it though.
I'm not too sure I understand. You can set the activeItem config in the tabpanel to set the original active item or use setActiveItem to make an item active in the tabpanel. Not too sure what MVC has to do with it though.
You shouldn't have to mess with the tabbar at all. If you set an item as active in the tabpanel, the tab that is related to the item you set active should also be made active.
You shouldn't have to mess with the tabbar at all. If you set an item as active in the tabpanel, the tab that is related to the item you set active should also be made active.
So if I have a tabBar, where one item contains a list and pressing on a list item I will go to a detail page. Setting the route in the URL to the detail page will make the correct item in the tabBar active?