Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Apr 22, 2009 19:48
open dhtmlx forum
dhtmlxwindow created windows casecading

hi,

i am creating 5 windows on a popup window, and i have diffecult arrange all 5 windows, is there any method in dhtmlx window which will show all open windows in casecading or minimize format ?
Answer posted by Alex (support) on Apr 23, 2009 06:40

Hello, 

you can try to use the following approach:

dhxWins.forEachWindow(function(win) {
  win.park();

});

Answer posted on Apr 24, 2009 06:00
thanks, but Alex i want properly arrange cascade windows / Tile Windows Horizontally/ Tile Windows vertically (like windows) with in the popup window area. Is it possible using dhtmlx windows ?
Attachments (1)
Answer posted by Alex (support) on Apr 24, 2009 06:53

Hello,

Unfortunately, dhtmlx windows component doesn't. support cascade windows.