You simply apply the ui-state-error class to whatever element you want
to.
<div id="dialog">
<p class="ui-state-error">something went wrong</p>
</div>
$('#dialog').dialog();
On Jan 29, 12:57 pm, niner <[email protected]> wrote:
> 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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---