Sorry about this. I recall now that because of some issues with the shadow
option, it was removed since 1.6rc6. See

http://dev.jqueryui.com/changeset/2013

It looks like it's scheduled to come back in 1.next

http://dev.jqueryui.com/ticket/3681

- Richard

On Tue, Feb 10, 2009 at 2:22 PM, fehays <[email protected]> wrote:

>
> On Feb 10, 10:52 am, "Richard D. Worth" <[email protected]> wrote:
> > Can you guys provide some more information? What versions of jQuery and
> > jQuery UI are you using? Do you have a test or sample page? Thanks.
> >
> > - Richard
>
> I'm seeing the same error using 1.6rc6.
>
> I simply modified the example.html file that came with the download to
> the following:
>
> // Dialog
> $('#dialog').dialog({
>        autoOpen: false,
>        width: 600,
>        shadow: false,
>        buttons: {
>                "Ok": function() {
>                        $(this).dialog("close");
>                },
>                "Cancel": function() {
>                        $(this).dialog("close");
>                }
>        }
> });
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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