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