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

Default value: ""

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

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

Reference

options type
wijcalendar jQuery Widget