Wijmo UI for the Web
pagingPosition Option
wijmo.gallery.wijgallery Namespace > options type : pagingPosition Option

Determines the position of the pager.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijgallery("option", "pagingPosition");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijgallery("option", "pagingPosition", newValue);
        
});
var pagingPosition : object;
Example
$("#element").wijgallery( { 
    pagingPosition: { my:{ },at:{ } } ;
} );
See Also

Reference

options type
wijgallery jQuery Widget