ExtJs3:如何使 tabpanel 的可关闭选项卡不可关闭并返回?
我希望能够隐藏选项卡标题附近的“x”按钮,并且能够在没有操作 DOM 的低级代码的情况下将其显示出来,但如果可能的话,可以使用组件级 api 函数。
I want to be able to hide 'x' button near the tab title and to be able to show it back without a low level code manipulating DOM but using component level api functions if it is possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该手动隐藏 DOM 中的关闭按钮。
我通过 ExtJS 3 API 页面测试了这段代码。它切换第二个选项卡上的关闭按钮:
You should manually hide the close button in the DOM.
I tested this code over ExtJS 3 API page. It toggles close button on the second tab: