<textarea>

Defines a multi-line text input control. It can hold an unlimited number of characters, and the text renders in a fixed-width font. The size of a <textarea> tag can be specified by the cols (columns) and rows attributes.

<textarea> attribute
Attribute Allowed Values Requirements Description
format bbcode | HTML Optional

Enables rich text support using BBCode or HTML for the <textarea> tag by including and initializing SCEditor. Rich text is automatically decoded in the Display Views when the format is enabled in the Input View.

Copy Code
<textarea name="FieldName" format="bbcode|HTML" rows="6" cols="100"/></textarea>