Opened 10 years ago
Closed 10 years ago
#12925 closed defect (fixed)
Change on visibility for method toggleDate in dojox.widget.MultipleSelectCalendar
Reported by: | Jean-Rubin Leonard | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dojox | Version: | 1.6.1 |
Keywords: | MultipleSelectCalendar toggleDate | Cc: | |
Blocked By: | Blocking: |
Description
The method toggleDate had been created as a private one. Upon use however it makes sense to allow the developpers to turn a date on / off programmatically. Further more the toggleDate method has been split into two atomic operations: selectDate and unselect Date.
Attachments (2)
Change History (6)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:2 Changed 10 years ago by
Type: | enhancement → defect |
---|
Changed 10 years ago by
Attachment: | MSC3.2.diff added |
---|
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Using dojo.date.stamp.fromISOString to create dates from iso string instead of a more cumbersome method that was used. Also I made some changes so that upon instantiation, the latest date with which the calendar is created becomes the currentDate so that when we reopen it, we are positionned at that date.