Ext.ux.MinWindow(Minimizable Ext Windows without a taskbar)
Ext.ux.MinWindow(Minimizable Ext Windows without a taskbar)
I have been working on an extension to provide minimizable Ext windows, the behaviour when minimizing a window is to display a 48X48 icon on the window container (desktop, page, etc... rather than a taskbar) with the window title as text below the icon (see the screenshots) the icons are draggable so that the user can organize them. Double clicking on the icon shows the window and hides the icon. Right clicking on the icon displays a contaxt menu with options to close or show the window. If the window is closed no icon is shown
I have been working on an extension to provide minimizable Ext windows, the behaviour when minimizing a window is to display a 48X48 icon on the window container (desktop, page, etc... rather than a taskbar) with the window title as text below the icon (see the screenshots) the icons are draggable so that the user can organize them. Double clicking on the icon shows the window and hides the icon. Right clicking on the icon displays a contaxt menu with options to close or show the window. If the window is closed no icon is shown
This is indeed very good. However, can this be made to work with a Ext.StatusBar, maybe when minimized they become menuItems on the statusbar or within a menuItem on the statusbar. I would love to have this similar to those web desktop examples, but without the taskbar.