jQuery.wijmo.wijpager Namespace > options type : nextPageClass Field |
An option that indicates the class of the next-page button. You can set this option with any of the jQuery UI CSS Framework Icons.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijpager.options.nextPageClass; |
Javascript (Specification) | |
---|---|
|
// Here's the general way you'll set the option: $("#element").wijpager({ nextPageClass: "ui-icon-seek-next" });