wijmo.carousel.wijcarousel Namespace > options type : pagerType Option |
Default value: 'numbers'
Determines the type of the pager in the carousel. Possible values are: "slider", "numbers", "dots", "thumbnails". For a live example, see the Carousel Paging page in the Explore sample.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijcarousel("option", "pagerType"); // Set value var newValue; // Type: string $(".selector").wijcarousel("option", "pagerType", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { pagerType: "numbers" } );