SubmitButton
class SubmitButton extends Button implements SubmitterControl
Submittable button control.
Properties
| $onClick | Occurs when the button is clicked and form is successfully validated |
||
| $onInvalidClick |
Methods
No description
No description
Tells if the form was submitted by this button.
Sets the validation scope. Clicking the button validates only the controls within the specified scope.
Returns the validation scope, or null if the entire form is validated.
Invokes the onClick handlers.
Generates control's HTML element.
Details
at line 35
__construct(string|Stringable|null $caption = null)
No description
at line 42
void
loadHttpData()
No description
at line 54
bool
isSubmittedBy()
Tells if the form was submitted by this button.
at line 64
SubmitButton
setValidationScope(iterable|null $scope)
Sets the validation scope. Clicking the button validates only the controls within the specified scope.
at line 90
array|null
getValidationScope()
Returns the validation scope, or null if the entire form is validated.
at line 99
void
click()
Invokes the onClick handlers.
at line 105
Html
getControl(string|Stringable|null $caption = null)
Generates control's HTML element.