$(function () { // Get value var returnsValue; // Type: wijmo.input.PickerClass returnsValue = $(".selector").wijinputtext("option", "pickers"); // Set value var newValue; // Type: wijmo.input.PickerClass $(".selector").wijinputtext("option", "pickers", newValue); });
var pickers : PickerClass;