wijmo.calendar.wijcalendar Namespace > options type : dayCols Option |
Default value: 7
Gets or sets the number of day columns that appear in the calendar. This is useful if you want to view more or less calendar days on the calendar month.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijcalendar("option", "dayCols"); // Set value var newValue; // Type: number $(".selector").wijcalendar("option", "dayCols", newValue); }); |
Javascript (Specification) | |
---|---|
|