class SubmitButton extends Button implements ISubmitterControl

Submittable button control.

Properties

callable[] $onClick
callable[] $onInvalidClick
bool read-only $submittedBy

Methods

__construct($caption = null)

No description

void
loadHttpData()

Loads HTTP data.

bool
isSubmittedBy()

Tells if the form was submitted by this button.

setValidationScope($scope = null)

Sets the validation scope. Clicking the button validates only the controls within the specified scope.

array|null
getValidationScope()

Gets the validation scope.

void
click()

Fires click event.

Html|string
getControl($caption = null)

Generates control's HTML element.

Details

at line 33
__construct($caption = null)

No description

Parameters

$caption

at line 45
void loadHttpData()

Loads HTTP data.

Return Value

void

at line 58
bool isSubmittedBy()

Tells if the form was submitted by this button.

Return Value

bool

at line 68
SubmitButton setValidationScope($scope = null)

Sets the validation scope. Clicking the button validates only the controls within the specified scope.

Parameters

$scope

Return Value

SubmitButton

at line 89
array|null getValidationScope()

Gets the validation scope.

Return Value

array|null

at line 99
void click()

Fires click event.

Return Value

void

at line 110
Html|string getControl($caption = null)

Generates control's HTML element.

Parameters

$caption

Return Value

Html|string