wijmo.calendar.wijcalendar Namespace > options type : navButtons Option |
Default value: 'default'
Determines the display type of navigation buttons.
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) | |
---|---|
|