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

__construct(Builder $builder)

Footer constructor.

$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.

Parameters

Builder $builder

at line 58
$this disableReset(bool $disable = true)

Disable reset button.

Parameters

bool $disable

Return Value

$this

at line 75
$this disableSubmit(bool $disable = true)

Disable submit button.

Parameters

bool $disable

Return Value

$this

at line 92
$this disableViewCheck(bool $disable = true)

Disable View Checkbox.

Parameters

bool $disable

Return Value

$this

at line 109
$this disableEditingCheck(bool $disable = true)

Disable Editing Checkbox.

Parameters

bool $disable

Return Value

$this

at line 126
$this disableCreatingCheck(bool $disable = true)

Disable Creating Checkbox.

Parameters

bool $disable

Return Value

$this

at line 143
$this checkView()

Set view as default check.

Return Value

$this

at line 155
$this checkCreating()

Set continue_creating as default check.

Return Value

$this

at line 167
$this checkEditing()

Set continue_editing as default check.

Return Value

$this

at line 177
protected setupScript()

Setup scripts.

at line 187
string render()

Render footer.

Return Value

string