Defines properties that allow customization of the appearance of a Month view.
Namespace: MindFusion.Scheduling
File: MonthSettings.js
JavaScript Copy Code |
---|
// class |
The monthSettings property of a calendar should be used only when currentView is set to CalendarView.SingleMonth.
The following code uses the monthSettings property of a calendar to hide the weeks header. Note: the code assumes you have initialized a <div> element with id “calendar” in a web page that references the JavaScript file, which contains this code:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // hide the week numbers header |
MindFusion.Scheduling.MonthSettings