I have jQuery dialog working with my custom theme. I would like to use
the “ui-state-error” css class to show errors in a dialog with that
style. How do I incorporate that style within my own custom theme?
thanks.
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.
Add the class name to your class attribute for the div.
http://jqueryui.com/docs/Theming/API
Also, you may need to add the class after you make the dialog.