Check documentation for the latest version of dhtmlxSuite getMinDimension DHTMLX Docs

getMinDimension

returns current min dimension of the window

index getMinDimension();
indexcurrent min width and height of the window

Example

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

Back to top