Wijmo UI for the Web
previousPageClass Field

An option that indicates the class of the previous-page button. You can set this option with any of the jQuery UI CSS Framework Icons.

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.