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

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.