[jQuery] Re: Problems understanding jQueryUI and Dialogs

2009-02-01 Thread Raymond Camden
Just a quick last note here (before I move to the UI forum for future UI problems). I switched over to 1.6rc6, and everything worked a heck a lot better. Thanks for the help all. On Feb 1, 12:41 pm, "Richard D. Worth" wrote: > On Sun, Feb 1, 2009 at 1:11 PM, Raymond Camden wrote: > > > On Feb 1

[jQuery] Re: Problems understanding jQueryUI and Dialogs

2009-02-01 Thread Richard D. Worth
On Sun, Feb 1, 2009 at 1:11 PM, Raymond Camden wrote: > > > On Feb 1, 11:24 am, "Richard D. Worth" wrote: > > All ui-{widgetname} classes are added by UI plugins themselves. So if > you're > > ever creating markup that contains them, that's not the intended use. I > > guess we need to make that

[jQuery] Re: Problems understanding jQueryUI and Dialogs

2009-02-01 Thread Raymond Camden
On Feb 1, 11:24 am, "Richard D. Worth" wrote: > All ui-{widgetname} classes are added by UI plugins themselves. So if you're > ever creating markup that contains them, that's not the intended use. I > guess we need to make that more clear on this page. > > > Right away I see that the dialog > >

[jQuery] Re: Problems understanding jQueryUI and Dialogs

2009-02-01 Thread Richard D. Worth
On Sun, Feb 1, 2009 at 12:24 PM, Richard D. Worth wrote: > > >> >> I'm pretty frustrated. I've looked around at the demos and docs, but I >> can't seem to find a very simple _minimal_ example. Any help please? >> > > I'm sorry for your frustration. Here are what we feel are some minimal > example

[jQuery] Re: Problems understanding jQueryUI and Dialogs

2009-02-01 Thread Richard D. Worth
On Sun, Feb 1, 2009 at 10:56 AM, Raymond Camden wrote: > > Ok, so no big deal, but why didn't the basic demo mention this? I'm > still a bit rough w/ CSS so if I had not found this on some other > demo, I would have been out of luck. This is valuable feedback. Thank you. We want to make it even

[jQuery] Re: Problems understanding jQueryUI and Dialogs

2009-02-01 Thread Richard D. Worth
On Sun, Feb 1, 2009 at 11:57 AM, phicarre wrote: > > Hide it with autoOpen:false, style="display: none is unnecessary > Think jQuery, not Javascript ! Actually, autoOpen: false won't hide it if it's not hidden. It simply won't automatically open it when the .dialog() init is called. jQuery UI

[jQuery] Re: Problems understanding jQueryUI and Dialogs

2009-02-01 Thread phicarre
Hide it with autoOpen:false, style="display: none is unnecessary Think jQuery, not Javascript ! On 1 fév, 16:56, Raymond Camden wrote: > Ok, I'm probably missing the obvious here, but I'm having a very > difficult time understanding how to use a jQuery UI dialog with a > simple theme. > > First