Wijmo UI for the Web
navButtons Option

Default value: 'default'

Determines the display type of navigation buttons.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijcalendar("option", "navButtons");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "navButtons", newValue);
        
});
Javascript (Specification) 
var navButtons : string;
Remarks
Possible values are: "default", "quick" or "none"
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.