Searched refs:Calendar (Results 1 - 3 of 3) sorted by relevance

/yui3/build/calendar/
H A Dcalendar-debug.js4 * The Calendar component is a UI widget that allows users
6 * to select one or more dates, or ranges of dates. Calendar
38 * @class Calendar
43 function Calendar(config) {
44 Calendar.superclass.constructor.apply ( this, arguments );
47 Y.Calendar = Y.extend(Calendar, Y.CalendarBase, {
/yui3/src/calendar/tests/manual/
H A Dcalendar.js8 var calendar = new Y.Calendar({
/yui3/src/calendar/js/
H A Dcalendar.js2 * The Calendar component is a UI widget that allows users
4 * to select one or more dates, or ranges of dates. Calendar
36 * @class Calendar
41 function Calendar(config) { function
42 Calendar.superclass.constructor.apply ( this, arguments );
45 Y.Calendar = Y.extend(Calendar, Y.CalendarBase, {

Completed in 45 milliseconds