jQuery.wijmo.wijpager Namespace > options type : firstPageClass Field |
An option that indicates the class of the first-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.firstPageClass; |
Javascript (Specification) | |
---|---|
|
// Here's the general way you'll set the option: $("#element").wijpager({ firstPageClass: "ui-icon-seek-first" });