jQuery.wijmo.wijcombobox Namespace > options type : dropDownListPosition Field |
A value that specifies the position options of the drop-down list. The default value of the "of" options is the input of wijcombobox.
Javascript (Usage) | |
---|---|
var value; // Type: any value = jQuery.wijmo.wijcombobox.options.dropDownListPosition; |
Javascript (Specification) | |
---|---|
|
var positionOptions = {my:"right", at:"top"}; //specifies the position options of the drop-down list on "right, top" of combobox. $("#tags").wijcombobox("option", "dropDownListPosition", positionOptions)