Footer
class Footer implements Renderable
Properties
protected string | $view | Footer view. |
|
protected Builder | $builder | Form builder instance. |
|
protected array | $buttons | Available buttons. |
|
protected array | $checkboxes | Available checkboxes. |
|
protected string | $defaultCheck |
Methods
$this
disableReset(bool $disable = true)
Disable reset button.
$this
disableSubmit(bool $disable = true)
Disable submit button.
$this
disableViewCheck(bool $disable = true)
Disable View Checkbox.
$this
disableEditingCheck(bool $disable = true)
Disable Editing Checkbox.
$this
disableCreatingCheck(bool $disable = true)
Disable Creating Checkbox.
$this
checkView()
Set view
as default check.
$this
checkCreating()
Set continue_creating
as default check.
$this
checkEditing()
Set continue_editing
as default check.
setupScript()
Setup scripts.
string
render()
Render footer.
Details
at line 48
__construct(Builder $builder)
Footer constructor.
at line 58
$this
disableReset(bool $disable = true)
Disable reset button.
at line 75
$this
disableSubmit(bool $disable = true)
Disable submit button.
at line 92
$this
disableViewCheck(bool $disable = true)
Disable View Checkbox.
at line 109
$this
disableEditingCheck(bool $disable = true)
Disable Editing Checkbox.
at line 126
$this
disableCreatingCheck(bool $disable = true)
Disable Creating Checkbox.
at line 143
$this
checkView()
Set view
as default check.
at line 155
$this
checkCreating()
Set continue_creating
as default check.
at line 167
$this
checkEditing()
Set continue_editing
as default check.
at line 177
protected
setupScript()
Setup scripts.
at line 187
string
render()
Render footer.