wrap Property

Sets or returns a String that represents how to handle word wrapping within a TEXTAREA element.

expression.wrap

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Remarks

The wrap property can be one of the following String values:

Value Description
soft Wraps words and submits it without carriage returns and line feeds.
hard Wraps words and submits it with soft returns and line feeds.
off Disables word wrapping and displays the lines exactly as the user types them.

Applies to | FPHTMLTextAreaElement Object | IHTMLTextAreaElement Object