jQuery.wijmo.wijpager Namespace > options type : previousPageText Field |
Default value: 'Previous'
An option that indicates the text to display for the previous-page button. The text appears like a tooltip when a user hovers over the previous-page button.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijpager.options.previousPageText; |
Javascript (Specification) | |
---|---|
|
// Here's the general way you'll set the option: $("#element").wijpager({ previousPageText: "Go To Previous" });