Wijmo UI for the Web
dropDownListPosition Field
wijmo.combobox Namespace > WijComboboxOptions Interface : 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.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: JQueryUI.JQueryPositionOptions
value = instance.dropDownListPosition;
var dropDownListPosition : JQueryUI.JQueryPositionOptions;
Example
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)
See Also

Reference

WijComboboxOptions Interface