Wijmo UI for the Web
nextTooltip Option

Default value: 'Next'

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

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

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.