在 sencha touch 中删除 tabPanel 的选项卡焦点
如何删除 Sencha Touch 中 tabPanel 上任何选项卡的焦点?我正在打开一个不同的对话框,该对话框在 tabPanel 中没有选项卡,我想表示它,以便用户不会感到困惑。我该怎么做?调用 views.tabPanel.setActiveItem(-1)
和 views.tabPanel.setActiveItem(null)
不起作用。有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为,对于 tabpanel,它也需要一个且只有一个选项卡处于活动状态。
没有把握。我也是 js 和 sencha touch 的新手。
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.
仅供参考,对于 Sencha Touch 2,我已经实现了以下内容。 请注意但是,这是一种解决方法,因此请持保留态度。
在我的 app.js 中
像这样使用它:
FYI, for Sencha Touch 2 I've implemented the following. Note however, that it is a workaround, so take it with a grain of salt.
In my app.js
Use it like this: