Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

Overview

The textarea widget is a multiple line text input control. Common uses for the textarea are for data that spans multiple lines, such as areas for comments, notes, etc... Each line break in the information entered into the textarea is returned to the program as 0x25 (line feed).

Validation (Rich UI Only)

Please visit the Validation and Error Messages page.

Field Binding Dialog (Rich UI Only)

Please visit the Field Binding page.

When using the textarea in a rich display file, the value property is typically bound to a large character field. This allows the widget to accommodate the amount of text entered. (Rich UI Only).

     

  • No labels