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
public
mixed
|
#
getValidationScope( )
Gets the validation scope. Clicking the button validates only the controls within the specified scope. |
getErrors(),
getValue(),
isOmitted(),
setValue(),
translate(),
validate()
|