gpt4 book ai didi

extjs - 在 extjs 中隐藏面板

转载 作者:行者123 更新时间:2023-12-01 05:35:13 25 4
gpt4 key购买 nike

我想隐藏一个面板,直到单击一个项目。

xtype: 'processform',
id: 'processCol2',
hidden: true,
columnWidth: 0.5

到目前为止这么好。面板是隐藏的。但是我如何重新启用。

我试过以下
 var panel = Ext.getCmp('processCol2');
panel.hidden = false;
panel.setVisible(true);

最佳答案

你能发布更多的代码吗?您可能还有其他问题。我做了一个 jsfiddle 来表明你的实现应该有效:

http://jsfiddle.net/sQ58E/

关于extjs - 在 extjs 中隐藏面板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9141818/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com