Wijmo UI for the Web
controlPosition Option

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

Syntax
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) 
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
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.