Wijmo UI for the Web
position Option
wijmo.popup.wijpopup Namespace > options type : position Option

Options for positioning the element, please see jquery.ui.position for possible options.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijpopup("option", "position");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijpopup("option", "position", newValue);
        
});
var position : object;
Example
// positioning the element, located on "#TextBox1" and up offset is 4
 $(".selector").wijpopup({ position:{ of: $('#TextBox1'), offset: '0 4' }});
See Also

Reference

options type
wijpopup jQuery Widget