wijmo.calendar.wijcalendar Namespace > options type : direction Option |
Default value: 'horizontal'
Determines the month slide direction.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijcalendar("option", "direction"); // Set value var newValue; // Type: string $(".selector").wijcalendar("option", "direction", newValue); }); |
Javascript (Specification) | |
---|---|
|