Specifies whether there are multiple weeks displayed in WeekRange view.
Namespace: MindFusion.Scheduling
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
SingleWeek |
The calendar view displays a single week at a time. |
![]() |
WeekPerRow |
The calendar view displays several weeks at a time. |
ExampleThe following code renders a single week at a time in the calendar with a WeekRange view using a WeekRangeSettings instance. 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 // renders a single week |
See Also