Wijmo UI for the Web
showPager Option

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) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijcarousel("option", "showPager");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcarousel("option", "showPager", newValue);
        
});
Javascript (Specification) 
var showPager : boolean;
Example
$("#element").wijcarousel( { showPager: true } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.