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