source:
Dev/trunk/src/client/dojox/widget/Calendar2Pane.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 370 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "dojo/_base/declare", | |
3 | "./_CalendarBase", | |
4 | "./_CalendarDay", | |
5 | "./_CalendarMonthYear" | |
6 | ], function(declare, _CalendarBase, _CalendarDay, _CalendarMonthYear){ | |
7 | return declare("dojox.widget.Calendar2Pane", [_CalendarBase, _CalendarDay, _CalendarMonthYear], { | |
8 | // summary: | |
9 | // A Calendar with two panes, the second one containing both month and year | |
10 | }); | |
11 | }); |
Note: See TracBrowser
for help on using the repository browser.