Wijmo UI for the Web
ensureDropDownOnBody Option

Default value: true

A value indicating the dropdown element will be append to the body or combobox container.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "ensureDropDownOnBody");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "ensureDropDownOnBody", newValue);
        
});
Javascript (Specification) 
var ensureDropDownOnBody : boolean;
Remarks
If the value is true, the dropdown list will be appended to body element. else it will append to the combobox container.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.