ExtJs:如何在 Tabpanel 或面板中使用现有页面

发布于 2024-11-30 12:16:04 字数 283 浏览 2 评论 0原文

我有一个问题。最近我使用 ExtJs 和后端数据库创建了不同的页面。现在我想把所有事情放在一起。如何创建一个作为视口的主页,其区域是不同的页面?就像 HTML 中的框架一样?

另外,我不是为某些菜单选项打开新页面,而是如何(或是否可以)在中心的现有选项卡面板中创建新选项卡。包含的内容应该是我已经创建的页面(在带有商店、数据库等的 ExtJS 中)?

我知道我们可以为 tabsa 设置 html 配置选项

希望我能够弄清楚我想说的内容。

感谢您的回复!

图沙尔·萨克塞纳

I have a question. Of late I have created different pages using ExtJs with backend database. Now I want to put things all together. How can I create a main page that is a view port and its regions are different pages? just like Frames in HTML?

Another, instead of opening new page for some menu option, how (or whether it can be) do I create a new tab in existing Tabpanel in center. The containts should be the page that I have already created (in ExtJS with store, DB etc)?

I know we can have html config option for tabsa

Hope I'm able to make out what I want to say.

Thanks for the response!

Tushar Saxena

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

老子叫无熙 2024-12-07 12:16:04

绘制一个ExtJs面板并将contentEl配置选项设置为页面的div id(将页面的整个代码作为一个div。)。它将将该 div 中的所有元素渲染到面板。

Draw an ExtJs Panel and set the contentEl config option to the div id of your page(Make the whole code of your page as a div.). It will render all the elements in that div to the panel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文