wijmo.input Namespace > wijinputdate type : setText Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var value; // Type: any returnsValue = $(".selector").wijinputdate("setText", value); }); |
Javascript (Specification) | |
---|---|
function setText( value : any ) : any; |