#8453 closed enhancement (fixed)
dojox Calendar upgrade
Reported by: | Shane O'Sullivan | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Widgets | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The Calendar currently only works with the nihilo theme, and should work with tundra and soria too.
Also, it uses three panes to choose day, month and year. This is not efficient, and the month and year should be on a single pane.
A patch is attached that implements these changes. The old month and year views still exist, and have been moved to the dojox/widget/CalendarViews.js file, with a corresponding test file.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | dojoxCalendar2PaneUpgrade.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|---|
Status: | new → assigned |
will sneak this in 1.4 - shane, can you help out with the docs. I'm not wanting to add this until dojox Calendar is all documented and ready.
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.4 → 1.3 |
---|
Note: See
TracTickets for help on using
tickets.
Patch that implements this enhancement