ExtJs:如何在 Tabpanel 或面板中使用现有页面
我有一个问题。最近我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
绘制一个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.