Dialog doesn't currently support passing any options to the show or hide effects. This is a planned enhancement.
On May 5, 3:17 pm, Huey <[email protected]> wrote: > Hello, > > I'm trying to create a dialog slide in from the right (versus default > left). I searched the group and found this discussion: > > http://groups.google.com/group/jquery-ui/browse_thread/thread/6785023... > > The solution isn't working for me. > > This works: > > $('#dialog').dialog( { show: 'slide' }); > > This doesn't work: > > $('#dialog').dialog( { show: { effect: 'slide' } } ); > > I haven't gotten to the point of adding options yet (the direction > option). > > 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 -~----------~----~----~----~------~----~------~--~---
