wijmo.combobox.wijcombobox Namespace > options type : selectedIndex Option |
Default value: 0
A value that specifies the index of the item to select when using single mode.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijcombobox("option", "selectedIndex"); // Set value var newValue; // Type: number $(".selector").wijcombobox("option", "selectedIndex", newValue); }); |
Javascript (Specification) | |
---|---|
|