rb:editor-text

Description

Creates an <input> of type text.

 

Attributes

optional label string The label to display on the left side of the text box.
name string The name for the control.
value string The default text that populates the text box.
maxlength int The maximum length of the input allowed in the text box.

Notes

This tag must be included within rb:editor.