Categories | Question details Back To List | ||||||||
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) { }); 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 ![]() Attachments (1)
Answer posted by Alex (support) on Apr 24, 2009 06:53 Hello, Unfortunately, dhtmlx windows component doesn't. support cascade windows.
|