Wijmo UI for the Web
quickNextTooltip Option
wijmo.calendar.wijcalendar Namespace > options type : quickNextTooltip Option

Default value: 'Quick Next'

Gets or sets the "quick next" button's ToolTip.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "quickNextTooltip");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "quickNextTooltip", newValue);
        
});
var quickNextTooltip : string;
See Also

Reference

options type
wijcalendar jQuery Widget