With help from Mystix at the Ext forums, the Window Drawer class is finally ready for beta1!
Changes:
- Official namspace – Ext.ux.plugins.WindowDrawer (thanks Marc!
) - Works within Ext Desktop for IE7 (Don’t render the window to anything but document.body for now).
- Shadows now present
- CSS fixes for IEx
- Drawers destroy when parent does
- Works on webkit browsers Safari/Chrome
- Other minor tweaks
Examples:
Simple four drawer, grid window with form binding, grid window to grid drawer drag and drop, desktop




jayaveer
24. Mar, 2010
Hi, How can i make the whole thing (ParentWindow and the drawer) center to the screen?
Jay Garcia
24. Mar, 2010
Jayaveer,
Have you tried using the Window’s center method?
jayaveer
24. Mar, 2010
But when do i call center on the window? can i call on show of the drawer? but show, beforeshow and aftershow events are not getting triggered for the drawer and one more thing which i found out when i taken the new beta version, i am unable to move my window, when i move it it comes back to the initial location