Wijmo UI for the Web
allowQuickPick Option

Default value: true

Determines whether users can change the view to month/year/decade while clicking on the calendar title.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijcalendar("option", "allowQuickPick");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "allowQuickPick", newValue);
        
});
Javascript (Specification) 
var allowQuickPick : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.