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