[jquery-ui] Re: themeroller - current status, dev comments?

2009-01-07 Thread Richard D. Worth
On Wed, Jan 7, 2009 at 11:46 PM, CodeOfficer wrote: > > Awesome answers Richard, sorry to divert so much of your attention ... > you sound 'wicked' busy. Glad I could be of help. > > I'll fetch the development bundle right away and try my luck with it. > Its helpful to know all that info, so

[jquery-ui] Re: themeroller - current status, dev comments?

2009-01-07 Thread CodeOfficer
Awesome answers Richard, sorry to divert so much of your attention ... you sound 'wicked' busy. I'll fetch the development bundle right away and try my luck with it. Its helpful to know all that info, so thanks a ton for sharing. One mention, had no idea http://jqueryui.pbwiki.com/ was even avai

[jquery-ui] Issue with widget on clone

2009-01-07 Thread jayg
I have a custom widget built on jquery UI that I am running into an odd issue with. Everything works as I want on initial use, but when I do a clone(true) on the widget and append it to another element, the cloned version does not seem to have a proper handle on where it lives in the dom - it ret

[jquery-ui] Re: themeroller - current status, dev comments?

2009-01-07 Thread Richard D. Worth
On Wed, Jan 7, 2009 at 9:57 PM, CodeOfficer wrote: > > Is themeroller still just alpha/beta? It's official. If you go to the jQuery UI homepage http://ui.jquery.com/ and click on 'Themes' it takes you to ThemeRoller. > I cant find mention of its status, and the css related posts on this > boa

[jquery-ui] themeroller - current status, dev comments?

2009-01-07 Thread CodeOfficer
Is themeroller still just alpha/beta? I cant find mention of its status, and the css related posts on this board are only as recent as last June. Themeroller is GORGEOUS I'd love to use it, but I am running into brick walls while trying to. A few notes of my experience this evening trying t

[jquery-ui] Re: dynamically adding to a sortable list

2009-01-07 Thread Larry Siden
It will be hard since it is a database app, but I will try to rig something simple up that produces the same issue. Will get back with you soon. Thanks for responding. --Larry Siden The United States is a nation of laws; poorly written and randomly enforced. -- Frank Zappa On Wed, Jan 7, 2009

[jquery-ui] Re: Selective DatePicker

2009-01-07 Thread Kent Davidson
Thanks, Nathan, next time I'll RTFM before I reply - glad to know it's there. -Kent. Nathan Maves wrote: > This can be done using the beforeShowDay option > > http://docs.jquery.com/UI/Datepicker/datepicker#options > > On Wed, Jan 7, 2009 at 2:10 PM, Kent Davidson >

[jquery-ui] Re: Selective DatePicker

2009-01-07 Thread Nathan Maves
This can be done using the beforeShowDay option http://docs.jquery.com/UI/Datepicker/datepicker#options On Wed, Jan 7, 2009 at 2:10 PM, Kent Davidson wrote: > > I know you can do ranges, but, say, if you wanted to do a calendar where > only certain days are available, I believe that is not possi

[jquery-ui] Re: Selective DatePicker

2009-01-07 Thread Kent Davidson
I know you can do ranges, but, say, if you wanted to do a calendar where only certain days are available, I believe that is not possible. It should be easy enough to customize it to do this by adding a callback; if you go for it I'm happy to help as I've done a few customizations myself of the

[jquery-ui] Re: Selective DatePicker

2009-01-07 Thread Jeremy
I'm not sure if you can disable a day, but you can clear the text of the associated text input when a date you do not wish to allow is selected. Use the onSelect option to test the selected date. Here is a quick sample. //setup calendar control jQuery(document).ready ( f

[jquery-ui] Selective DatePicker

2009-01-07 Thread Courtney
Is there a way to provide the DatePicker with a list of disabled days? Or is this beyond the scope of the project? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email t

[jquery-ui] Re: problem with sortable & select drop-downs in firefo

2009-01-07 Thread Michael O'Connor
According to the documentation for sortable (http://docs.jquery.com/UI/ Sortable/sortable#options) the default value for cancel is ':input, button', so I'm guessing that fix should read ':input, button, option'. Michael On Jan 7, 2:53 pm, Paul Bakaus wrote: > That's true. I fill fix the issue

[jquery-ui] Re: Issue with dialog open function

2009-01-07 Thread Jason
Hi Scott, Indeed, it does work using jQuery 1.3b2 using the current code from the jQuery UI trunk. I'll upgrade to 1.3b2 and continue to develop directly off the trunk until the releases go final. Thanks for the help, Jason On Jan 7, 9:04 am, Scott González wrote: > Hi Jason, > > We're at an int

[jquery-ui] Re: ui dialog modal in IE

2009-01-07 Thread Led
also for me but after i set overlay, strange... On Jan 7, 12:01 am, Maximus wrote: > Works fine for me (in IE 7). > > On Jan 6, 12:56 pm, Led wrote: > > > > > It works(ui demo), not my code see it inhttp://www.realferias.com/teste.asp > > > On 6 Jan, 11:52, "Richard D. Worth" wrote: > > > > Co

[jquery-ui] Re: Issue with dialog open function

2009-01-07 Thread Scott González
Hi Jason, We're at an interesting crossroad right now, where UI 1.6rc4 doesn't work with jQuery 1.3 and UI current SVN doesn't work with 1.2.6. The final 1.6 release (and any more RCs) will only work with 1.3. This problem should be fixed in current SVN. Can you try using current SVN with 1.3

[jquery-ui] Re: problem with sortable & select drop-downs in firefo

2009-01-07 Thread Paul Bakaus
That's true. I fill fix the issue for us to use ":input, option" as default selector for cancel. On Jan 6, 3:25 pm, "Michael O'Connor" wrote: > Yes - that works, as does "cancel: 'option'" (which I guess means > there's something different about option elements in firefox that > causes them to b

[jquery-ui] Re: dynamically adding to a sortable list

2009-01-07 Thread Paul Bakaus
The refresh function should actually do the job. Could you post your test case maybe? Thanks, Paul On Tue, Jan 6, 2009 at 5:53 PM, Larry Siden wrote: > Does anyone know how to create a sortable list that you can continue to add > items to dynamically that can also be drag/drop sorted with the o

[jquery-ui] Accordian on Drupal menu list

2009-01-07 Thread nickoli
Hi, I'm trying to use accordion with a Drupal book-menu list and it seems to fail with nested ULs. Out of the box the script opens sub- lists but then crashes after mousing off one of them. Are there limits on how lists can be built? This HTML is the default coming out of Drupal?! v1.6 Revision

[jquery-ui] Re: ThemeRoller Roll Your Own tab button doesn't work

2009-01-07 Thread Paul Bakaus
Hi, this is a known issue we're working on to resolve. For the time being, please simply reload the page. Thanks, Paul On Wed, Jan 7, 2009 at 12:48 AM, Maximus wrote: > > In Firefox 3.0.5, I'm unable to switch back from the Gallery tab to > the Roll Your Own tab. Help? > > > > -- Paul Baka