setValue()
sets the value for a Textarea control
setValue(value: string): void;
Parameters:
value: string
- the value to be set
Example
form.getItem("textarea").setValue("Some text");
sets the value for a Textarea control
value: string
- the value to be setExample
form.getItem("textarea").setValue("Some text");