Wijmo UI for the Web
showPager Field

Default value: false

Determines whether to show the pager element. By default, if showPager is set to true, the pager will appear at the bottom right of the widget and allows run time carousel item navigation. You can customize the location and appearance of the pager by using the pagerPosition and pagerType options.

Syntax
Javascript (Usage) 
var value; // Type: boolean
value = jQuery.wijmo.wijcarousel.options.showPager;
Javascript (Specification) 
var showPager : boolean;
Example
$("#element").wijcarousel( { showPager: true } );
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.