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