wijmo.calendar.wijcalendar Namespace > options type : autoHide Option |
Default value: true
A Boolean property that determines whether to autohide the calendar in pop-up mode when clicking outside of the calendar.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: boolean value = $(".selector").wijcalendar("option", "autoHide"); // Set value var newValue; // Type: boolean $(".selector").wijcalendar("option", "autoHide", newValue); }); |
Javascript (Specification) | |
---|---|
var autoHide : boolean; |