wijmo.input Namespace > InputUIUpdate type : SetText Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.InputUIUpdate(); var value; // Type: any // Parameters var text; // Type: any value = instance.SetText(text); |
Javascript (Specification) | |
---|---|
function SetText( text : any ) : any; |