Attribute for
<TEXTAREA ...>
WRAP =
SOFT
| HARD
| OFF
String that specifies or receives one of the following values.
- soft
- Default. Text is displayed with wordwrapping and submitted without carriage returns and line feeds.
hard
- Text is displayed with wordwrapping and submitted with soft returns and line feeds.
off
- Wordwrapping is disabled. The lines appear exactly as the user types them.