Wijmo UI for the Web
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.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijpager.options.lastPageText;
Javascript (Specification) 
var lastPageText : string;
Example
// Here's the general way you'll set the option:
$("#element").wijpager({
  lastPageText: "Go To Last"
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.