Skip to content

Textarea

Overview

The Textarea control type will create a large, resizable text box for a string field on the container. For shorter segments of text, use the Text control type.

Textarea Control

Required Fields

  • Name: The name of the field saved to the database. See here for details and restrictions.

  • Type: Must be set to System.String.

  • ControlType: Must be set to Textarea.

Optional Fields