Does ExtJS provide some quick way to check whether a given component is currently visible? I would normally check css properties like display and visible but what when one of parent elements is hidden?
Does ExtJS provide some quick way to check whether a given component is currently
Share
Try
Ext.Component.isVisible()