| |
Description
| |
The wrap attribute is used to define how text will wrap in the text box.
Possible values are "off", which disallows word wrapping, "physical", which
allows word wrapping and send the text with line breaks in tact when transmitting
the data using scripting, and "virtual", which show word wraps in the box
but sends the data as one long string of text when transmitting the data with scripts.
|
Code
| |
<textarea wrap="virtual">YOUR TEXT HERE</textarea>
|
Appearance
|