InputfieldSubmit::addActionLink() InputfieldSubmit::addActionLink(string $url, string $label) InputfieldSubmit::addActionLink(string $url, string $label, string $icon = '') | (nothing) | Add a dropdown action item that links to a URL | |
InputfieldSubmit::addActionValue() InputfieldSubmit::addActionValue(string $value, string $label) InputfieldSubmit::addActionValue(string $value, string $label, string $icon = '') | (nothing) | Add a dropdown action item that populates a new 'value' for the submit button | |
InputfieldSubmit::get() InputfieldSubmit::get($key) InputfieldSubmit::get($key) | mixed null | Get a property or attribute from the Inputfield | |
| bool | Whether or not button will also appear in header (default=false). | |
InputfieldSubmit::html | string | Button inner HTML label (default='') @since 3.0.134 | |
InputfieldSubmit::processInput() InputfieldSubmit::processInput(WireInputData $input) InputfieldSubmit::processInput(WireInputData $input) | $this | Process input | |
InputfieldSubmit::render() InputfieldSubmit::render() InputfieldSubmit::render() | string | Render the button | |
InputfieldSubmit::renderReady() InputfieldSubmit::renderReady() InputfieldSubmit::renderReady($parent = null, bool $renderValueMode = false) | bool | Render ready | |
InputfieldSubmit::secondary | bool | Whether or not button is secondary (default=false). | |
InputfieldSubmit::set() InputfieldSubmit::set($key, $value) InputfieldSubmit::set($key, $value) | Inputfield WireData | Set a property or attribute to the Inputfield | |
InputfieldSubmit::setAttribute() InputfieldSubmit::setAttribute($key, $value) InputfieldSubmit::setAttribute($key, $value) | (nothing) | | |
InputfieldSubmit::setSecondary() InputfieldSubmit::setSecondary() InputfieldSubmit::setSecondary(bool $secondary = true) | $this | Make this button secondary? (slightly faded) | |
InputfieldSubmit::setSmall() InputfieldSubmit::setSmall() InputfieldSubmit::setSmall(bool $small = true) | $this | Make this button small? | |
| $this | Show another copy of this button in the header? | |
InputfieldSubmit::small | bool | Whether or not button should be small, where supported (default=false). | |
InputfieldSubmit::submitValue | string false | Value that was submitted if clicked (default=false) @since 3.0.134 | |
InputfieldSubmit::text | string | Button inner TEXT label, if $html not provided. (default='') @since 3.0.134 | |
InputfieldSubmit::textClass | string | Class applied to span for inner html/text, omitted if blank (default='ui-button-text') @since 3.0.134 | |
InputfieldSubmit::value | string | Button value attribute and inner TEXT label, if $text it provided (default='Submit') | |