Check documentation for the latest version of dhtmlxSuite getMaxDimension DHTMLX Docs

getMaxDimension

returns current max dimension of the window

array getMaxDimension();
arraycurrent max width and height of the window

Example

var dim = myWins.window(id).getMaxDimension(); // returns [w,h]

Back to top