$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijcombobox("option", "text"); // Set value var newValue; // Type: string $(".selector").wijcombobox("option", "text", newValue); });
var text : string;
Default value: null
A value that specifies the input text of the combobox.
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijcombobox("option", "text"); // Set value var newValue; // Type: string $(".selector").wijcombobox("option", "text", newValue); });
var text : string;