The TextArea control provides large spaces for text entries in the form of multiple rows. It has the same functionality like the TextField but additional functions for multi-line texts.
The automatic wrapping of the text can be disabled using the wrapping
property.
See also: TextField
The example shows a TextArea where an alert popup appears when the text has been changed.
The second example shows how the wrapping
property works. Use case here is an area without wrapping.