Wijmo UI for the Web
pagerPosition Field

A value that indicates the position settings for the pager.

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijcarousel.options.pagerPosition;
Javascript (Specification) 
var pagerPosition : object;
Example
$("#element").wijcarousel( { 
    pagerPosition: {
        my: 'left bottom', 
        at: 'right top', 
        offset: '0 0'} 
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.