Wijmo UI for the Web
direction Option
wijmo.calendar.wijcalendar Namespace > options type : direction Option

Default value: 'horizontal'

Determines the month slide direction.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "direction");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "direction", newValue);
        
});
var direction : string;
Remarks
Possible values are: horizontal or vertical
See Also

Reference

options type
wijcalendar jQuery Widget