Searched refs:nextMonth (Results 1 – 9 of 9) sorted by relevance
| /plugin/calendar/ |
| D | syntax.php | 150 $nextMonth = $month + 1; 152 if ($nextMonth > 12) { 153 $nextMonth = 1; 218 …v-btn" onclick="navCalendar(\'' . $calId . '\', ' . $nextYear . ', ' . $nextMonth . ', \'' . $name… 1181 $nextMonth = $month + 1; 1183 if ($nextMonth > 12) { 1184 $nextMonth = 1; 1249 …btn" onclick="navEventPanel(\'' . $calId . '\', ' . $nextYear . ', ' . $nextMonth . ', \'' . $name…
|
| D | calendar-main.js | 328 let nextMonth = month + 1; 330 if (nextMonth > 12) { 331 nextMonth = 1; 337 …navBtns[1].setAttribute('onclick', `navCalendar('${calId}', ${nextYear}, ${nextMonth}, '${namespac… 2108 let nextMonth = month + 1; 2110 if (nextMonth > 12) { 2111 nextMonth = 1; 2118 …ns[1].setAttribute('onclick', `navEventPanel('${calId}', ${nextYear}, ${nextMonth}, '${namespace}'… 2124 …ns[1].setAttribute('onclick', `navEventPanel('${calId}', ${nextYear}, ${nextMonth}, '${namespace}'…
|
| /plugin/noticeboard/ |
| D | syntax.php | 416 <input type='hidden' name='noticeboard_month' value='".$nextMonth."' />
|
| /plugin/noticeboard/noticeboard/ |
| D | syntax.php | 416 <input type='hidden' name='noticeboard_month' value='".$nextMonth."' />
|
| /plugin/datepicker/script/jscalendar-1.0/ |
| D | calendar.js | 1035 function nextMonth() { function 1072 nextMonth(); 1085 nextMonth();
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 1239 _this.nextMonth = function () { function 1398 _xdsoft_datetime.nextMonth(); 1764 _xdsoft_datetime.nextMonth();
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 50165 nextMonth : 'Next Month', property 50315 …pika-next' + (next ? '' : ' is-disabled') + '" type="button">' + opts.i18n.nextMonth + '</button>'; 50362 self.nextMonth(); 50776 nextMonth: function() method 50974 nextMonth = month === 11 ? 0 : month + 1, 51008 monthNumber = nextMonth;
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …nextMonth:'Next Month',months:['January','February','March','April','May','June','July','August','…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …nextMonth:"Next Month",months:["January","February","March","April","May","June","July","August","…
|