Textarea

Example

1

Description

Properties

Property Name Description
cols visible width, in characters, of the textarea
defaultValue default text content of the textarea
disabled whether textarea is disabled
form form that contains the textarea
name name of the textarea
readOnly whether the textarea is read-only
rows number of text rows visible in the textarea
type returns "textarea"
value text content of the textarea

Methods

Method Name Description Values