Wijmo UI for the Web
nextPageText Option

Default value: 'Next'

An option that indicates the text to display for the next-page button. The text appears like a tooltip when a user hovers over the next-page button.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijpager("option", "nextPageText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijpager("option", "nextPageText", newValue);
        
});
Javascript (Specification) 
var nextPageText : string;
Example
// Here's the general way you'll set the option:
$("#element").wijpager({
   nextPageText: "Go To Next"
});
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpager jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.