Hi,
Am 16.11.2006 um 01:25 schrieb Jim Hunter:
> What do you mean "doesn't do anything for you"? In order to select
> a date you have to double click on it or hit the spacebar when the
> correct date is highlighted. You can't just single click a date.
> The code I showed is working perfect
.setValue(date);
if(resultField.getComputedValue() != '') {
datePickerWindow.close();
}
}
});
Cheers
Aaron
- Original Message -
*From:* Jim Hunter <[EMAIL PROTECTED]>
*To:* qooxdoo Development
*Sent:* Thursday, November 16, 2006 11:14 AM
*Subject:* Re: [qooxdoo-devel] DateChooser sele
m Hunter
To: qooxdoo Development
Sent: Thursday, November 16, 2006 11:14 AM
Subject: Re: [qooxdoo-devel] DateChooser selected date click event - AttnMike
Crowe
To only get an action fired when the user selects, not simply clicks on, a
date use (assuming _date is the DataChooser c
evel@lists.sourceforge.net
Sent: Thursday, November 16, 2006 10:15
AM
Subject: [qooxdoo-devel] DateChooser
selected date click event
Hi all,
I've made a modal window with a DateChooser
widget in it. What I want to do is the classic select date from the calendar,
a
See my answer to the other post...On 11/15/06, Aaron Cooper <[EMAIL PROTECTED]> wrote:
Hi all,
I've made a modal window with a DateChooser widget
in it. What I want to do is the classic select date from the calendar, and pass
the value to populate a field of my choice.
Two questions on
xdoo-devel] DateChooser
selected date click event
Hi all,
I've made a modal window with a DateChooser
widget in it. What I want to do is the classic select date from the calendar,
and pass the value to populate a field of my choice.
Two questions on this:
1. How do a make a
Hi all,
I've made a modal window with a DateChooser widget
in it. What I want to do is the classic select date from the calendar, and pass
the value to populate a field of my choice.
Two questions on this:
1. How do a make a click event for the widget so
that it only fires when the user c