选项卡面板中的选项卡面板

发布于 2024-11-11 16:46:32 字数 429 浏览 5 评论 0原文

我有一个主选项卡面板来浏览所有页面,在其中一个页面中我有另一个带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文