width
sets the width of the calendar
width?: string | number;
Default value: "250px"Example
var calendar = new dhx.Calendar("calendar_container", {
width: "300px"
});
Related sample: Calendar. Calendar Width
sets the width of the calendar
Example
var calendar = new dhx.Calendar("calendar_container", {
width: "300px"
});
Related sample: Calendar. Calendar Width