Wijmo UI for the Web
prevTooltip Option

Default value: 'Previous'

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijcalendar("option", "prevTooltip");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "prevTooltip", newValue);
        
});
Javascript (Specification) 
var prevTooltip : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.