wijmo.carousel.wijcarousel Namespace > options type : pagerPosition Option |
A value that indicates the position settings for the pager.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: object value = $(".selector").wijcarousel("option", "pagerPosition"); // Set value var newValue; // Type: object $(".selector").wijcarousel("option", "pagerPosition", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { pagerPosition: { my: 'left bottom', at: 'right top', offset: '0 0'} });