rb:editor-textarea

Description

Creates a <textarea> element.

 

Attributes

optional label string The label to display on the left side of the text box.
name string The name of the field that is passed when the form is submitted.
rows int The height of the text area in number of lines of text. This is identical to the HTML textarea tag.

Notes

  • While this field is not a required child of rb:editor, it looks best when it is.