Searched refs:isEndTime (Results 1 – 1 of 1) sorted by relevance
2647 window.buildTimeDropdown = function(calId, isEndTime, startTimeValue, isMultiDay) { argument2653 if (isEndTime && startTimeValue && !isMultiDay) {2659 const defaultText = isEndTime ? 'Same as start' : 'All day';2666 … const disabled = (isEndTime && !isMultiDay && startMinutes >= 0 && time.minutes <= startMinutes);2677 window.openTimeDropdown = function(calId, isEndTime) { argument2678 const btnId = isEndTime ? 'end-time-picker-btn-' + calId : 'time-picker-btn-' + calId;2679 const dropdownId = isEndTime ? 'end-time-dropdown-' + calId : 'time-dropdown-' + calId;2715 dropdown.innerHTML = buildTimeDropdown(calId, isEndTime, startTime, isMultiDay);2720 const currentValue = isEndTime ? 2731 } else if (isEndTime && startTime) {[all …]