jQuery.wijmo.wijpager Namespace > options type : nextPageText Field |
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.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijpager.options.nextPageText; |
Javascript (Specification) | |
---|---|
|
// Here's the general way you'll set the option: $("#element").wijpager({ nextPageText: "Go To Next" });