jQuery.wijmo.wijcarousel Namespace > options type : 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.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcarousel.options.showPager; |
Javascript (Specification) | |
---|---|
var showPager : boolean; |
$("#element").wijcarousel( { showPager: true } );