Wijmo UI for the Web
getSelectedItems Method
Get the select item(s) in combobox.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcombobox();
var value; // Type: array
value = instance.getSelectedItems();
Javascript (Specification) 
function getSelectedItems() : array;

Return Value

array object or empty array.
Remarks
when using multiple mode, it will return array object. If no item is selected, it will return null or empty array.
Browser Compatibility
7
5
5

See Also

Reference

wijcombobox type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.