Searched refs:CalendarNavigator (Results 1 - 4 of 4) 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...]
H A Dcalendar.js68 this.plug(Y.Plugin.CalendarNavigator);
/yui3/build/calendarnavigator/
H A Dcalendarnavigator-debug.js25 * @class CalendarNavigator
29 function CalendarNavigator(config) {
30 CalendarNavigator.superclass.constructor.apply(this, arguments);
42 CalendarNavigator.NS = "navigator";
45 * The NAME of the CalendarNavigator class. Used to prefix events generated
53 CalendarNavigator.NAME = "pluginCalendarNavigator";
64 CalendarNavigator.ATTRS = {
86 CalendarNavigator.CALENDARNAV_STRINGS = {
98 CalendarNavigator.PREV_MONTH_CONTROL_TEMPLATE = '<a class="yui3-u {prev_month_class}" role="button" aria-label="{prev_month_arialabel}" tabindex="{control_tabindex}">' +
109 CalendarNavigator
[all...]
/yui3/build/calendar/
H A Dcalendar-debug.js70 this.plug(Y.Plugin.CalendarNavigator);

Completed in 31 milliseconds