Check documentation for the latest version of dhtmlxSuite isOnBottom DHTMLX Docs

isOnBottom

checks if the window is at the bottom

boolean isOnBottom();
booleantrue, if the window is at the bottom, otherwise - false

Example

var isWinOnBottom = myWins.window(id).isOnBottom();

Back to top