Interface ISubmitterControl
Defines method that must be implemented to allow a control to submit web form.
- Nette\Forms\ISubmitterControl implements Nette\Forms\IControl
Direct known implementers
Nette\Forms\Controls\SubmitButtonIndirect known implementers
Nette\Forms\Controls\ImageButton
Namespace: Nette\Forms
Author: David Grudl
Located at vendor/nette/nette/Nette/Forms/ISubmitterControl.php
Author: David Grudl
Located at vendor/nette/nette/Nette/Forms/ISubmitterControl.php
public
mixed
|
#
getValidationScope( )
Gets the validation scope. Clicking the button validates only the controls within the specified scope. |
getErrors(),
getValue(),
isOmitted(),
setValue(),
translate(),
validate()
|