Wijmo UI for the Web
pagingPosition Option

Determines the position of the pager.

Syntax
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) 
var pagingPosition : object;
Example
$("#element").wijgallery( { 
    pagingPosition: { my:{ },at:{ } } ;
} );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.