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