wijmo.calendar.wijcalendar Namespace > options type : monthCols Option |
Default value: 1
Gets or sets the number of calendar months in horizontal direction.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijcalendar("option", "monthCols"); // Set value var newValue; // Type: number $(".selector").wijcalendar("option", "monthCols", newValue); }); |
Javascript (Specification) | |
---|---|
|