wijmo.input Namespace > wijinputnumber type : setText Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var value; // Type: any returnsValue = $(".selector").wijinputnumber("setText", value); }); |
Javascript (Specification) | |
---|---|
function setText( value : any ) : any; |
// This example sets text of a wijinputcore to "Hello" $(".selector").wijinputcore("setText", "Hello");