wijmo.input Namespace > IFieldsCollection Interface : SetText Method |
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.input.IFieldsCollection; var value; // Type: any // Parameters var text; // Type: string var flag; // Type: bool value = instance.SetText(text, flag); |