如何使用 extjs 将我自己的状态消息添加到选项卡面板
我正在开发一个项目,使用 ui 作为纯 extjs。我面临一个问题,我只想将自己的状态消息添加到 extjs 中的选项卡面板。请帮我。
i am developing one project with ui as pure extjs. I am facing one problem i want to add my own status message to the tabpanel in extjs only. please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
每个扩展 Ext.Panel 的组件都接受一个名为
bbar
的配置选项,它是底部的 Ext.Toolbar。如果您愿意,它可以用作 TabPanel 的状态栏。检查 Ext.Panel 和 Ext.Toolbar 了解更多信息。如果您正在寻找更多功能,您还可以查看官方 Statusbar扩展,您可以找到官方ExtJS示例 在 sencha.com 上
Each Component extending Ext.Panel accepts a config option called
bbar
which is the bottom Ext.Toolbar. this can function as a statusbar for your TabPanel if you want to. Check the docs on Ext.Panel and Ext.Toolbar for more info.If you are looking for more functionality you could also check out the official Statusbar Extension which you can find the official ExtJS Examples on sencha.com
您可以从 Firebug 控制台的 ExtJS 包含页面运行它吗?这不是一个好方法,但是可以满足您的需求。
Can you run it from Firebug console an ExtJS included page. It is not a good way for this but, achieves your need.