Changes between Initial Version and Version 1 of Ticket #6737
- Timestamp:
- Dec 9, 2010, 8:22:44 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6737
-
Property
Priority
changed from
minor
toblocker
-
Property
Status
changed from
new
toopen
-
Property
Milestone
changed from
1.9
to1.next
-
Property
Summary
changed from
bind onclick instead of hardcoding html
toDatepicker: Rewrite
-
Property
Priority
changed from
-
Ticket #6737 – Description
initial v1 1 bind onclick instead of hardcoding html. 2 use closest(".ui-datepicker-class").length to detect clicked object, combined with data-day attribute. 3 fixes #4055 as well (less a global variable) 1 Rewrite datepicker to use the widget factory and conform to our coding standards.