gpt4 book ai didi

javascript - 检查元素是否隐藏在 ExtJS 中

转载 作者:数据小太阳 更新时间:2023-10-29 06:07:14 25 4
gpt4 key购买 nike

我可以

if( !Ext.getCmp('myElem'))

检查元素是否存在

Ext.getCmp('myElem').hide();

Ext.getCmp('myElem').show(); 

隐藏或显示元素。

但是,如何检查元素是否被隐藏?

if (Ext.getCmp('myElem') && <*hidden*>){//???
//do something
}

浏览 SO 并没有帮助我找到答案。

谢谢。

最佳答案

使用isVisible() :

Returns true if this component is visible.

关于javascript - 检查元素是否隐藏在 ExtJS 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16419375/

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