Check documentation for the latest version of dhtmlxSuite isMaximized DHTMLX Docs

isMaximized

checks if the window is maximized

boolean isMaximized();
booleantrue - maximized, false-not maximized

Example

var isMaximized = myWins.window(id).isMaximized();

Back to top