Check documentation for the latest version of dhtmlxSuite isResizable DHTMLX Docs

isResizable

checks if the window is resizable

boolean isResizable();
booleantrue - resizable, false - not resizable

Example

myWins.window(id).isResizable();

Back to top