wrapwrap*
*



Contents  *



Index  *Topic Contents
*Previous Topic: width
*Next Topic: x

wrap

Description

Specifies how to handle word-wrapping in the element.

Syntax

object.wrap[ = wrap]

Settings

This read-write property can be one of these strings:

off Word-wrapping is disabled. The lines appear exactly as the user types them. This is the default value for this property.
physical The text is displayed and submitted word-wrapped.
virtual The text is displayed and submitted using word-wrapping.

Applies To

TEXTAREA


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.