InputfieldSubmit class - ProcessWire API

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