Gets the WeekRangeSettings object used to customize the appearance of the WeekRange view.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
get weekRangeSettings() {} |
An instance of the WeekRangeSettings class.
ExampleThe following code assigns 5 to the visibleRows property of a WeekRangeSettings instance. 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 |
See Also