Defines properties that allow customization of the appearance of a WeekRange view.
Namespace: MindFusion.Scheduling
File: WeekRangeSettings.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksThe weekRangeSettings property should be used only when currentView is set to CalendarView.WeekRange.
ExampleThe following code assigns 5 to the visibleRows property of 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 // hide the week numbers header |
Inheritance HierarchyMindFusion.Scheduling.WeekRangeSettings
See Also