tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

JS Update to TDatePicker #469

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From one of my colleagues who has now Google Code account:

> If the datepicker is used in dropdownmode and the calender overlay is 
> used to change the date, the change event is fired by:
> 
>> this.fireChangeEvent(day || month || year, capevents); (@499).
> 
> 
> This has the drawback, that the event is triggert only for the 
> day-selectbox. If the datepicker is used with 3d-party script like a 
> script to style the html selectbox, the change event has to be fired for 
> all select controls. This can be achived with the folloing statements:
> 
>> day && this.fireChangeEvent(day, capevents);
>> month && this.fireChangeEvent(month, capevents);
>> year && this.fireChangeEvent(year, capevents);

Please review and incorporate this patch into the next Prado release!

Thanks,
Raoul

Original issue reported on code.google.com by ra...@bhatia.at on 24 Jul 2013 at 4:19

GoogleCodeExporter commented 9 years ago
Committer as r3302, thank you!

Original comment by ctrlal...@gmail.com on 1 Aug 2013 at 10:16

GoogleCodeExporter commented 9 years ago
Thank you for your quick response!

Could you please update the HISTORY file to state "Jürgen Aloy" as the author, 
instead of me? :)

Merci!

Original comment by raoul.i...@gmail.com on 7 Aug 2013 at 10:41