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