I am programming a form with sencha that should change the mandatory fields depending on which fields are already filled.
I have a listener on those fields, but I cannot change their style in it.
Any advices?
Thank you!
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.
Thank you guys! It worked with
addClass("myClass"). Sorry I didn’t show any code but it is part from a really big app and it wouldn’t help too much.