选项卡面板中的选项卡面板
我有一个主选项卡面板来浏览所有页面,在其中一个页面中我有另一个带有 3 个选项卡的选项卡面板。问题是当我想从控制器中选择第二个选项卡时。
这对我来说非常有效,这段代码将我发送到主选项卡中的另一个 tabPanel。
this.viewPort.setActiveItem(
this.viewPort.OperacionListForm, options.animation
);
问题就在这里,当我想选择第二个选项卡时
var tab = this.viewPort.OperacionListForm.addTab(ne);
this.viewPort.OperacionListForm.setActiveItem(
tab
);
I have a main tabpanel to navigate through all the pages, and in one of these pages I have another tabpanel with 3 tabs. The problem is when I want to select the second tab from the controler.
This works perfectly for me, this code sends me to the other tabPanel in the main tab.
this.viewPort.setActiveItem(
this.viewPort.OperacionListForm, options.animation
);
and the problem is here, when I want to select the second tab
var tab = this.viewPort.OperacionListForm.addTab(ne);
this.viewPort.OperacionListForm.setActiveItem(
tab
);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论