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

Default value: false

Determines if the element's parent element is the outermost element.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijpopup("option", "ensureOutermost");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijpopup("option", "ensureOutermost", newValue);
        
});
var ensureOutermost : boolean;
Remarks
If true, the element's parent element will be changed to the body or outermost form element.
See Also

Reference

options type
wijpopup jQuery Widget