Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent 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).

...