getSize()
gets the size of window
getSize(): ISize;
Returns:
An object with width and height of a window
Example
var size = dhxWindow.getSize(); // -> {width: 960, height: 469}
Related sample: Window. Set/Get Window Size
gets the size of window
An object with width and height of a window
Example
var size = dhxWindow.getSize(); // -> {width: 960, height: 469}
Related sample: Window. Set/Get Window Size