Creates a text area. This element must be used within CKForm or HTML form.
Required attribute: value
Attribute | Type | Description |
---|---|---|
value |
String |
Value of the text area. |
columns |
Integer |
Column size. |
rows |
Integer |
Row size. |
validate |
String |
Format string to validate input value. |
pass |
true/false |
If validating is passed, the value is true. |
enabled |
true/false |
If the value is false, the element appears but is not active. |