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