Attribute indicating how the control wraps text.
no subtypes hierarchy
Constructors | |
hard | Source Codeshared hard The browser automatically inserts line breaks (CR+LF) so that each line has no more than the width of the control; the cols attribute must be specified. |
soft | Source Codeshared soft The browser ensures that all line breaks in the value consist of a CR+LF pair, but does not insert any additional line breaks. |
Attributes | |
attributeValue | Source Codeshared actual String attributeValue The attribute value. |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: AttributeValueProvider |