Searched refs:hiddenDays (Results 1 – 1 of 1) sorted by relevance
4387 … var hiddenDays = this.opt('hiddenDays') || []; // array of day-of-week indices that are hidden4392 hiddenDays.push(0, 6); // 0=sunday, 6=saturday field4395 if (!(isHiddenDayHash[i] = $.inArray(i, hiddenDays) !== -1)) {14079 rowCnt = Math.ceil(// could be partial weeks due to hiddenDays