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