jQuery.wijmo.wijpager Namespace > options type : pageIndex Field |
Default value: 0
An option that indicates the zero-based index of the current page. By default, your pager will display with the first pager button highlighted since its index is 0.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijpager.options.pageIndex; |
Javascript (Specification) | |
---|---|
|
// Here's the general way you'll set the option. This will allow your pager widget to display with the 3rd page button highlighted: $("#element").wijpager({ pageIndex: 2 });