Wijmo UI for the Web
position Option

Determines the pop-up position of content window. Please see jquery.ui.position for possible options.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "position");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "position", newValue);
        
});
Javascript (Specification) 
var position : object;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.