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

Default value: false

Allows users to preview the next and previous months by hovering over the previousPreview and nextPreview buttons.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcalendar("option", "allowPreview");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "allowPreview", newValue);
        
});
var allowPreview : boolean;
See Also

Reference

options type
wijcalendar jQuery Widget