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