TextArea

Overview

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

Examples

Simple Input Example

The example shows a TextArea where an alert popup appears when the text has been changed.


Example for the Usage of the Wrapping Parameter

The second example shows how the wrapping property works. Use case here is an area without wrapping.

API Documentation

See API documentation