wijmo.carousel.wijcarousel Namespace > options type : controlPosition Option |
A value that indicates the position settings for the custom control.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: object value = $(".selector").wijcarousel("option", "controlPosition"); // Set value var newValue; // Type: object $(".selector").wijcarousel("option", "controlPosition", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { controlPosition: { my: 'left bottom', at: 'right top ', offset: '0 0' } });