Check documentation for the latest version of dhtmlxSuite getTopmostWindow DHTMLX Docs

getTopmostWindow

returns the topmost window

object getTopmostWindow(boolean visibleOnly);
visibleOnlybooleanenables search only in the set of visible windows
objectthe topmost window

Example

var w1 = myWins.getTopmostWindow(true/false);

Back to top