Versions Compared

Key

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

 Text Area is one of the generic HTML Form input elements. Unlike Text Field, Text Area has multi-row like interface interface for user to type in more information.

Figure 1: Sample Text Area

...

Figure 2: Text Area Properties

NameDescription
IDElement ID (By declaring as "justification", a corresponding database table column "c_justification" will be created)
LabelElement Label to be displayed to end user.

...