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

Syntax
Javascript (Usage) 
var value; // Type: number
value = jQuery.wijmo.wijpager.options.pageIndex;
Javascript (Specification) 
var pageIndex : number;
Example
// 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
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.