Wijmo UI for the Web
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.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.