Hi,
I have created a form in ExtJS.
I am validating the text fields on the form e.g. if the fileds are empty or there are some ajax requests that are sent to the server and returs some results.
The Submit button is initially disabled, and what I want is to enable the button once the validations are done(if all validations are ok).
how can I achieve this???
Can anyone help in this.
Thanks in advance!!!