Show another copy of this button in the header?
Usage
// basic usage
$inputfieldSubmit->showInHeader();
// usage with all arguments
$inputfieldSubmit->showInHeader(bool $show = true);
Arguments
Name | Type(s) | Description |
---|---|---|
show (optional) | bool | True=yes, false=no (default=true) |
Return value
$this
Object instance it was called from (method supports fluent interface).
InputfieldSubmit methods and properties
API reference based on ProcessWire core version 3.0.236