Check documentation for the latest version of dhtmlxSuite setMaxDimension DHTMLX Docs

setMaxDimension

sets max window's dimension

void setMaxDimension(number maxWidth,number maxHeight);
maxWidthnumbermax width of the window
maxHeightnumbermax height of the window

Example

myWins.window(id).setMaxDimension(maxWidth, maxHeight);

Back to top