extjs 3 - Check which tabs are hidden and which are not in tabpanel

Posted by user427969 on Stack Overflow See other posts from Stack Overflow or by user427969
Published on 2011-01-13T00:54:50Z Indexed on 2011/01/13 2:53 UTC
Read the original article Hit count: 199

Filed under:
|

Hi everyone,

I have a tabpanel where some tabs are hidden. How can i check which tabs are hidden and which are not.

For example: - There are 5 tabs tab1, tab2, tab3, tab4, tab5. tab2 and tab4 are hidden. - if i m in tab1 then tab2.hidden is true or tab2.isVisible() is false - if i m in tab1 then tab3.hidden is true or tab3.isVisible() is false

So how can i check the actual hidden tabs???? Thanks a lot for help Regards

© Stack Overflow or respective owner

Related posts about extjs

Related posts about tabpanel