wijmo.gallery.wijgallery Namespace > options type : pagingPosition Option |
Determines the position of the pager.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijgallery("option", "pagingPosition"); // Set value var newValue; // Type: object $(".selector").wijgallery("option", "pagingPosition", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( {
pagingPosition: { my:{ },at:{ } } ;
} );