Interface ISubmitterControl
Defines method that must be implemented to allow a control to submit web form.
- ISubmitterControl implements IFormControl
Direct Known Implementers
SubmitButton
public
bool
|
#
isSubmittedBy(
)
Tells if the form was submitted by this button. Tells if the form was submitted by this button. |
public
mixed
|
#
getValidationScope(
)
Gets the validation scope. Clicking the button validates only the controls within the specified scope. Gets the validation scope. Clicking the button validates only the controls within the specified scope. |