defines the configuration for all calendars in the widget
webix.ui({
view:"daterange",
//calendar properties
calendar:{
weekNumber:true,
monthHeader:false
}
});
This object can contain any of the available Calendar properties. Use it to set specific configuration for all calendars in the DateRange widget.
Back to top