I have a window in which I am rendering a number of components like panels etc.
Is there a way I can hide all the components contained in window without having to hi
Try setting style for your container
Ext.get('myWindow').setStyle('display','none');