Check documentation for the latest version of dhtmlxSuite getBottommostWindow DHTMLX Docs

getBottommostWindow

returns the bottommost window

object getBottommostWindow();
objectthe bottommost window

Example

var w1 = myWins.getBottommostWindow();

Back to top