Wijmo UI for the Web
setText Method
wijmo.input Namespace > wijinputmask type : setText Method
Sets the text displayed in the input box.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var text; // Type:  any
    
    returnsValue = $(".selector").wijinputmask("setText", text);
});
function setText( 
   text : any
) : any;

Parameters

text
Example
// This example sets text of a wijinputcore to "Hello"
$(".selector").wijinputcore("setText", "Hello");
See Also

Reference

wijinputmask type
wijinputmask jQuery Widget