Check documentation for the latest version of dhtmlxSuite setMinDimension DHTMLX Docs

setMinDimension

sets min window's dimension

void setMinDimension(number minWidth,number minHeight);
minWidthnumbermin width of the window
minHeightnumbermin height of the window

Example

myWins.window(id).setMinDimension(minWidth, minHeight);

Back to top