[jquery-ui] Re: Inline Datepicker Button Panel

2009-01-31 Thread Ca-Phun Ung
No problem. It's not ideal but I think this might be closer to what you need: http://jquery-ui.googlecode.com/svn/trunk/demos/datepicker/icon-trigger.html You will have to set the input to read-only and make it look like a plain text region. An inline datepicker should never be closeable because

[jquery-ui] Re: Inline Datepicker Button Panel

2009-01-31 Thread Brandon Aaron
Nice! Thanks for moving so quickly on this. However, I think the close button should not be forced hidden. (I'm assuming it is based on this thread, I haven't actually checked for myself). It should still be optional to show the close button. I actually need the close button to show because as I sa

[jquery-ui] Re: Inline Datepicker Button Panel

2009-01-31 Thread Ca-Phun Ung
Fixed in http://dev.jqueryui.com/changeset/1934 On Fri, Jan 30, 2009 at 10:19 PM, Ca-Phun Ung wrote: > Ticket created: http://dev.jqueryui.com/ticket/4003 > > > On Fri, Jan 30, 2009 at 1:04 PM, Richard D. Worth wrote: > >> >> On Thu, Jan 29, 2009 at 11:51 PM, Ca-Phun Ung wrote: >> >>> Hi, >>> >>

[jquery-ui] Re: Inline Datepicker Button Panel

2009-01-30 Thread Ca-Phun Ung
Ticket created: http://dev.jqueryui.com/ticket/4003 On Fri, Jan 30, 2009 at 1:04 PM, Richard D. Worth wrote: > > On Thu, Jan 29, 2009 at 11:51 PM, Ca-Phun Ung wrote: > >> Hi, >> >> It is by design the button panel is hidden on an inline datepicker - as it >> doesn't make sense to close an inlin

[jquery-ui] Re: Inline Datepicker Button Panel

2009-01-29 Thread Richard D. Worth
On Thu, Jan 29, 2009 at 11:51 PM, Ca-Phun Ung wrote: > Hi, > > It is by design the button panel is hidden on an inline datepicker - as it > doesn't make sense to close an inline datepicker. That said, since the > button panel also has a Today button I'm now contradicting myself by saying > that s

[jquery-ui] Re: Inline Datepicker Button Panel

2009-01-29 Thread Ca-Phun Ung
Hi, It is by design the button panel is hidden on an inline datepicker - as it doesn't make sense to close an inline datepicker. That said, since the button panel also has a Today button I'm now contradicting myself by saying that some people might want the option to show the today button. I'll g

[jquery-ui] Re: Inline Datepicker Button Panel

2009-01-29 Thread Brandon Aaron
I hit send a little to soon. I'm using an inline datepicker to manage a custom "inline-datepicker". It would be beneficial for me to have the button panel but before creating a bug I thought I'd ask here. :) -- Brandon Aaron On Thu, Jan 29, 2009 at 3:28 PM, Brandon Aaron wrote: > Curious if ther