height
Optional. Sets the height of a window
height?: number;
Default value: 50% of the browser window's height
Example
const dhxWindow = new dhx.Window({
height:250
});
dhxWindow.show();
Optional. Sets the height of a window
Default value: 50% of the browser window's height
Example
const dhxWindow = new dhx.Window({
height:250
});
dhxWindow.show();