Home
last modified time | relevance | path

Searched refs:hiddenDays (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js4387 … var hiddenDays = this.opt('hiddenDays') || []; // array of day-of-week indices that are hidden
4392 hiddenDays.push(0, 6); // 0=sunday, 6=saturday field
4395 if (!(isHiddenDayHash[i] = $.inArray(i, hiddenDays) !== -1)) {
14079 rowCnt = Math.ceil(// could be partial weeks due to hiddenDays