Wijmo UI for the Web
quickNavStep Option

Default value: 12

Determines the increase/decrease steps when clicking the quick navigation button.

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

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.