Gets the MonthRangeSettings object used to customize the appearance of the MonthRange view.
Namespace: MindFusion.Scheduling
File: Calendar.js
JavaScript Copy Code |
---|
get monthRangeSettings() {} |
An instance of the MonthRangeSettings class.
The following code uses the monthRangeSettings property of a calendar to assign its value to an html <select> element with an id “numberOfMonths”:
JavaScript Copy Code |
---|
document.getElementById("numberOfMonths").value = calendar.monthRangeSettings.numberOfMonths; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |