Creates an <input> of type text.
| 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. |
This tag must be included within rb:editor.