source:
Dev/trunk/src/client/dojox/widget/CalendarFisheye.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 315 bytes |
Line | |
---|---|
1 | define([ |
2 | "dojo/_base/declare", |
3 | "./Calendar", |
4 | "./_FisheyeFX" |
5 | ], function(declare, Calendar, _FisheyeFX) { |
6 | return declare("dojox.widget.CalendarFisheye", [ Calendar, _FisheyeFX ], { |
7 | // summary: |
8 | // The standard Calendar. It includes day, month and year views. |
9 | // FisheyeLite effects are included. |
10 | }); |
11 | }); |
Note: See TracBrowser
for help on using the repository browser.