How do I remove the focus of any tab on a tabPanel in Sencha Touch? I am opening up a different dialog that does not have a tab in the tabPanel, and I want to represent that so that the user doesn’t get confused. How do I do this? Calling views.tabPanel.setActiveItem(-1) and views.tabPanel.setActiveItem(null) don’t work. Any ideas?
How do I remove the focus of any tab on a tabPanel in Sencha
Share
I think , for tabpanel, it is also require one and only one tab active.
Not sure. I’m also a newbie to js and sencha touch.