TextArea.ReadOnly

Syntax

ReadOnly: Boolean

Description

The ReadOnly property determines if component can be edited.

Comments

Use JSON or the setReadOnly method to set the property value, and the getReadOnly method to get the property value.

Example

The property use is given in the page Example of creating the TextArea component.

See also:

TextArea