Wijmo UI for the Web
ensureOutermost Option

Default value: false

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

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

See Also

Reference

options type
wijpopup jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.