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

Parameters

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

Reference

wijinputnumber type
wijinputnumber jQuery Widget