|
|
|
|
|
|
EMailTextFieldPrerequisitesIn this Exercise, you will subclass an existing compound component, LabeledTextField, to perform validation of the user entries upon an ACTION_EVENT or a LOST_FOCUS event (recall that FormElement will call verify upon these events). This will be used in our main RegistrationForm as a way to validate input on the client side.Another example of creating your own components can be found in the PhoneTextField.
Perform the following tasks:
The task numbers above are linked to the step-by-step help page. Also available is a complete solution that meets these requirements. Required byRelated Exercises |