Wijmo UI for the Web
pageCount Field

Default value: 1

An option that indicates the total number of pages. This option allows you to customize the total number of pages that your users will be able to page through. You can use this option in conjunction with the pageButtonCount to customize the pager display.

Syntax
Javascript (Usage) 
var value; // Type: number
value = jQuery.wijmo.wijpager.options.pageCount;
Javascript (Specification) 
var pageCount : number;
Example
// Here's the general way you'll set the option:
$("#element").wijpager({
   pageCount: 10
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.