Wijmo UI for the Web
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
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) 
var pagerType : string;
Example
$("#element").wijcarousel( { pagerType: "numbers" } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.