var instance; // Type: wijmo.combobox.WijComboboxOptions; var value; // Type: JQueryUI.JQueryPositionOptions value = instance.dropDownListPosition;
var dropDownListPosition : JQueryUI.JQueryPositionOptions;
A value that specifies the position options of the drop-down list. The default value of the "of" options is the input of wijcombobox.
var instance; // Type: wijmo.combobox.WijComboboxOptions; var value; // Type: JQueryUI.JQueryPositionOptions value = instance.dropDownListPosition;
var dropDownListPosition : JQueryUI.JQueryPositionOptions;
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)