$(function () { var returnsValue; // Type: any // Parameters var text; // Type: any returnsValue = $(".selector").wijinputmask("setText", text); });
function setText( text : any ) : any;
Parameters
- text
$(function () { var returnsValue; // Type: any // Parameters var text; // Type: any returnsValue = $(".selector").wijinputmask("setText", text); });
function setText( text : any ) : any;
// This example sets text of a wijinputcore to "Hello" $(".selector").wijinputcore("setText", "Hello");