Check documentation for the latest version of dhtmlxSuite setDimension DHTMLX Docs

setDimension

sets window's dimension

void setDimension(number width,number height);
widthnumberwidth of the window
heightnumberheight of the window

Example

myWins.window(id).setDimension(width, height);

Back to top