[jquery-ui] Re: No clear option in datePicker

2009-01-29 Thread Ca-Phun Ung
If a strong case for the Clear button is made I don't see why we can't put it back in to be honest. The clear option was deemed unnecessary because one could always use the backspace in an input box but I can see that won't work for a read-only box. On Fri, Jan 30, 2009 at 7:10 AM, Millman wrote:

[jquery-ui] Re: No clear option in datePicker

2009-01-29 Thread Millman
I have the same issue. One major reason I opted to utilize the datepicker in my application is so that I didn't have to go through the mess that goes along with ensure the user inputs a valid date on the client. I do this by setting readonly="readonly" on the input as suggested below, however, i

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread Fontzter
You might be able to set the input to readonly... readonly="readonly" On Jan 16, 2:49 pm, bryce4president wrote: > That kind of stinks about the clear function being taken out.  I > really like the design visually of the 1.6 version over the 1.5 > version.  I'm working with someone who only wan

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread bryce4president
That kind of stinks about the clear function being taken out. I really like the design visually of the 1.6 version over the 1.5 version. I'm working with someone who only wants to allow the user to pick a date from the datepicker and not allow them to wipe it out once it has been chosen, simply

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread Richard D. Worth
The documentation is not yet updated for 1.6, since 1.6 is still in release candidate. We always maintain documentation for the latest stable release (currently 1.5.3). Over the next week as we approach 1.6 final, we'll be updating all of the documentation. As far as what has changed between 1.5.3

[jquery-ui] Re: No clear option in datePicker

2009-01-16 Thread bryce4president
No, actually I was referring to the example in the Docs... http://docs.jquery.com/UI/Datepicker I'm guessing this one uses 1.5 and not the 1.6rc4? Is this deprecated in 1.6? Is the clear option no longer available? Bryce On Jan 15, 8:33 pm, "Richard D. Worth" wrote: > Do you mean this demo?

[jquery-ui] Re: No clear option in datePicker

2009-01-15 Thread Richard D. Worth
Do you mean this demo? http://ui.jquery.com/demos/datepicker#buttonbar This is accomplished by $('#datepicker').datepicker({ showButtonPanel: true }); - Richard On Thu, Jan 15, 2009 at 5:03 PM, bryce4president wrote: > > I have a really simple date picker example. I've tried this with > jq