source:
Dev/trunk/src/client/dojox/widget/MonthAndYearlyCalendar.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 291 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "dojo/_base/declare", | |
3 | "./_CalendarBase", | |
4 | "./_CalendarMonthYear" | |
5 | ], function(declare, _CalendarBase, _CalendarMonthYear){ | |
6 | return declare("dojox.widget.MonthAndYearlyCalendar", [_CalendarBase, _CalendarMonthYear], { | |
7 | // summary: | |
8 | // A calendar with only a daily view. | |
9 | }); | |
10 | }); |
Note: See TracBrowser
for help on using the repository browser.