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