jQuery.wijmo.wijcombobox Namespace > options type : ensureDropDownOnBody Field |
Default value: true
A value indicating the dropdown element will be append to the body or combobox container.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcombobox.options.ensureDropDownOnBody; |
Javascript (Specification) | |
---|---|
var ensureDropDownOnBody : boolean; |