jQuery.wijmo.wijcalendar Namespace > options type : allowPreview Field |
Default value: false
Allows users to preview the next and previous months by hovering over the previousPreview and nextPreview buttons.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcalendar.options.allowPreview; |
Javascript (Specification) | |
---|---|
var allowPreview : boolean; |