Wijmo UI for the Web
getSelectedItems Method
Get the select item(s) in combobox.
Syntax
Javascript (Usage) 
$(function () {
    var value; // Type:  array
    value = $(".selector").wijcombobox("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
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.