wijmo.combobox.wijcombobox Namespace > options type : ensureDropDownOnBody Option |
Default value: true
A value indicating the dropdown element will be append to the body or combobox container.
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; |