wijmo.combobox.wijcombobox Namespace > options type : text Option |
Default value: null
A value that specifies the input text of the combobox.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijcombobox("option", "text"); // Set value var newValue; // Type: string $(".selector").wijcombobox("option", "text", newValue); }); |
Javascript (Specification) | |
---|---|
|