Wijmo UI for the Web
controlPosition Field

A value that indicates the position settings for the custom control.

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijgallery.options.controlPosition;
Javascript (Specification) 
var controlPosition : object;
Example
$("#element").wijgallery( { 
    controlPosition: {
        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.