更改隐藏的 Ext JS SplitButton 的文本

发布于 2024-11-24 01:03:14 字数 136 浏览 1 评论 0原文

当我更改隐藏的 Ext JS SplitButton 的文本时,当包含该按钮的面板可见时,该按钮的大小不正确。

该按钮位于面板中。该面板和其他面板使用卡片布局来显示和隐藏。我正在使用 Ext JS 3.3.1。

有什么想法吗?

When I change the text of a hidden Ext JS SplitButton, the button is not sized correctly when the panel containing the button is made visible.

The button sits in a panel. The panel and other panels are shown and hidden using a card layout. I am using Ext JS 3.3.1.

Any ideas?

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

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

发布评论

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

评论(1

浅暮の光 2024-12-01 01:03:14

尝试在更改按钮文本后立即执行 panel.doLayout(false, true);

Try doing panel.doLayout(false, true); right after you change the button text.

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