Check documentation for the latest version of dhtmlxSuite isOnTop DHTMLX Docs

isOnTop

checks if the window is on the top

boolean isOnTop();
booleantrue, if the window is on the top, otherwise - false

Example

var isWinOnTop = myWins.window(id).isOnTop();

Back to top