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

/yui3/src/calendar/js/
H A Dcalendar-base.js2 * The CalendarBase submodule is a basic UI calendar view that displays
4 * months visible at a single time. CalendarBase supports custom date
47 * @class CalendarBase
53 function CalendarBase(config) { function
54 CalendarBase.superclass.constructor.apply ( this, arguments );
59 Y.CalendarBase = Y.extend( CalendarBase, Y.Widget, {
1096 substitute(CalendarBase.WEEKDAY_TEMPLATE,
1102 partials["weekday_row_template"] = substitute(CalendarBase.WEEKDAY_ROW_TEMPLATE, partials);
1134 row_array[row] += substitute (CalendarBase
[all...]

Completed in 323 milliseconds