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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcarousel("option", "pagerType");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcarousel("option", "pagerType", newValue);
        
});
var pagerType : string;
Example
$("#element").wijcarousel( { pagerType: "numbers" } );
See Also

Reference

options type
wijcarousel jQuery Widget