Wijmo UI for the Web
getText Method
wijmo.input Namespace > wijinputtext type : getText Method
Gets the text displayed in the input box.
Syntax
$(function () {
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputtext("getText");
});
function getText() : string;
See Also

Reference

wijinputtext type
wijinputtext jQuery Widget