Slopey
Posts: 33
|
| Posted: 10/21/2006, 11:05 AM |
|
Hi All,
I've got a DatePicker which inserts the chosen date value into a text box. I'd like to then use the On Change event of that text box to fill in some other text boxes on my record, however, the DatePicker does'nt trigger the On Change event of the text box when it puts the date in.
If I manually type the date in, the On Change event fires and my code works as expected.
Any ideas how I can fire the On Change event from the DatePicker, or is there another way to do this?
Cheers,
Slopey
|
 |
 |
Edd
Posts: 547
|
| Posted: 10/21/2006, 4:25 PM |
|
You can't - it is controlled by the standard ccs opoup calendar.
The only ways around this are:
1. Do your own version of a popup calendar theat can fire the event.
2. Use the free Datepicker in the CCS marketplace as this does fire the onChange event.
Regards,
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
Slopey
Posts: 33
|
| Posted: 10/22/2006, 6:00 AM |
|
Thanks - I can't find the Datepicker in the marketplace - there's 4 items listed in there, is it part of the VCalendar project? Or is it part of the Examples pack 2 in the user area?
Cheers,
S.
|
 |
 |
Edd
Posts: 547
|
| Posted: 10/22/2006, 8:02 PM |
|
S.
Go to:
http://www.yessoftware.com/marketplace/
Look at the Javascript date picker - follow the links to my site and you will see what it does.
I should include an example on an "onChange" event.
Good luck.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|