I am locking for way to alert messages in Extjs4 to be just like validator alert ( red label with message beside the text field ).
I cannot use the validator because my error message should appear after press enter not just when type in text field.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the markInvalid method to apply a custom error to a field.
But note that this mark will be cleaned when calling isValid