Source for file ISubmitterControl.php
Documentation is available at ISubmitterControl.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Defines method that must be implemented to allow a control to submit web form.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Tells if the form was submitted by this button.
- 27: */
- 30: /**
- 31: * Gets the validation scope. Clicking the button validates only the controls within the specified scope.
- 33: */
- 36: }