Search and Top Navigation
#2876 closed enhancement (fixed)
Opened May 15, 2008 01:50PM UTC
Closed June 20, 2008 02:17PM UTC
Last modified June 27, 2008 10:25AM UTC
DatePicker: selectors don't fire any event.
Reported by: | acolonna | Owned by: | grabanski |
---|---|---|---|
Priority: | major | Milestone: | 1.5.1 |
Component: | ui.datepicker | Version: | 1.5 |
Keywords: | datepicker calendar | Cc: | |
Blocked by: | Blocking: |
Description
DatePicker's month and year selectors do not fire any event when the used picks a month or year.
The best thing would be for the component to trigger an event like "onMonthSelect" and "onYearSelect", carrying the new date information within the event object.
Attachments (0)
Change History (6)
Changed May 24, 2008 04:07AM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
owner: | paul |
version: | 1.2.3 → 1.5b4 |
Changed May 27, 2008 06:52PM UTC by comment:2
type: | bug → enhancement |
---|
Changed May 27, 2008 10:37PM UTC by comment:3
owner: | → grabanski |
---|---|
status: | new → assigned |
Changed June 20, 2008 02:17PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | assigned → closed |
Added onChangeMonthYear setting to notify of changes to month/year in the datepicker. This option should be set to a function that takes a date as a parameter (the first of the new month/year) followed by a reference to the current datepicker instance. 'this' refers to the original input field.
Changed June 27, 2008 10:25AM UTC by comment:5
milestone: | → 1.5.1 |
---|
Changed June 27, 2008 10:25AM UTC by comment:6
version: | 1.5b4 → 1.5 |
---|