Wijmo UI for the Web
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
Javascript (Usage) 
var value; // Type: any
value = jQuery.wijmo.wijcombobox.options.dropDownListPosition;
Javascript (Specification) 
var dropDownListPosition : any;
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)
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.