Renders a button of type submit inside an rb:editor tag.
This tag can be a child of an rb:editor-buttonset container to render multiple buttons next to each other. If the button is not in a rb:editor-buttonset, the button still renders, but is not styled as an editor-button.
| required | value | string | The text label for the button. | |
|---|---|---|---|---|
| optional | name | string | The variable name that is sent in the POST request when the form is submitted. |