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

/yui3/src/calendar/js/
H A Dcalendarnavigator.js23 * @class CalendarNavigator
27 function CalendarNavigator(config) { function
28 CalendarNavigator.superclass.constructor.apply(this, arguments);
40 CalendarNavigator.NS = "navigator";
43 * The NAME of the CalendarNavigator class. Used to prefix events generated
51 CalendarNavigator.NAME = "pluginCalendarNavigator";
62 CalendarNavigator.ATTRS = {
84 CalendarNavigator.CALENDARNAV_STRINGS = {
96 CalendarNavigator.PREV_MONTH_CONTROL_TEMPLATE = '<a class="yui3-u {prev_month_class}" role="button" aria-label="{prev_month_arialabel}" tabindex="{control_tabindex}">' +
107 CalendarNavigator
[all...]

Completed in 101 milliseconds