jQuery.wijmo.wijcalendar Namespace > options type : allowQuickPick Field |
Default value: true
Determines whether users can change the view to month/year/decade while clicking on the calendar title.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcalendar.options.allowQuickPick; |
Javascript (Specification) | |
---|---|
var allowQuickPick : boolean; |