Hello,

I've tried adding the ui-state-error to my dialog like this:

$(function() {
                $("#dialog").dialog({
                        bgiframe: true,
                        dialogClass: 'ui-state-error',
                        height: 140,
                        modal: true
                });
        });

This works pretty good with the exception of the title bar.  The title
bar still contains the main color of the theme rather than the red
color that matches the ui-state-error class.

It seems like it might be beneficial to be able to set the Header:
error state when developing a theme.

Is there an easy way to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to