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