InputfieldSubmit class - ProcessWire API
| Name | Return | Summary | |
|---|---|---|---|
| Inputfield | bool | Whether or not button will also appear in header . DEFAULT: false | |
| Inputfield | string | Button inner HTML label 3.0.134 DEFAULT: '' | |
| Inputfield | bool | Whether or not button is secondary . DEFAULT: false | |
| Inputfield | bool | Whether or not button should be small, where supported . DEFAULT: false | |
| Inputfield | string false | Value that was submitted if clicked 3.0.134 DEFAULT: false | |
| Inputfield | string | Button inner TEXT label, if $html not provided. 3.0.134 DEFAULT: '' | |
| Inputfield | string | Class applied to span for inner html/text, omitted if blank 3.0.134 DEFAULT: 'ui-button-text' | |
| Inputfield | string | Button value attribute and inner TEXT label, if $text it provided DEFAULT: 'Submit' |