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

Default value: 'Previous'

Gets or sets the text for the 'previous' button's ToolTip.

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

Reference

options type
wijcalendar jQuery Widget