jonasby
5 Oct 2011, 6:54 AM
I'm using ExtJS 4.0.2. This is related to an old SO post I just came across http://stackoverflow.com/questions/6013098/extjs-4-windows-within-a-container and I cannot find any related posts here.
Is there any way that I can do
panel.add(awindow) and have those windows float within the panel, not be constrained by the edges of the panel, appear behind other components (those higher in the component hierarchy than the windows) when dragged past the edges, and cause the panel to draw scrollbars when any part of the window is outside the panel's edges?
I say panel, but this would be useful on any container.
Thanks
Is there any way that I can do
panel.add(awindow) and have those windows float within the panel, not be constrained by the edges of the panel, appear behind other components (those higher in the component hierarchy than the windows) when dragged past the edges, and cause the panel to draw scrollbars when any part of the window is outside the panel's edges?
I say panel, but this would be useful on any container.
Thanks