Check documentation for the latest version of dhtmlxSuite getDimension DHTMLX Docs

getDimension

returns current window's dimension

array getDimension();
arraywidth and height of the window

Example

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

Back to top