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