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

/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 1774 milliseconds