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