Wijmo UI for the Web
allowPreview Option

Default value: false

Allows users to preview the next and previous months by hovering over the previousPreview and nextPreview buttons.

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

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.