jQuery.wijmo Namespace > wijinputcore type : setText Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijinputcore(); 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");