Home
last modified time | relevance | path

Searched defs:calId (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/
H A Dcalendar-main.js98 function propagateThemeVars(calId, targetEl) { argument
121 window.filterCalendarByNamespace = function(calId, namespace) { argument
137 window.navCalendar = function(calId, year, month, namespace) { argument
171 window.jumpToToday = function(calId, namespace) { argument
179 window.jumpTodayPanel = function(calId, namespace) { argument
187 window.openMonthPicker = function(calId, currentYear, currentMonth, namespace) { argument
214 window.openMonthPickerPanel = function(calId, currentYear, currentMonth, namespace) { argument
219 window.closeMonthPicker = function(calId) { argument
225 window.jumpToSelectedMonth = function(calId, namespace) { argument
244 window.rebuildCalendar = function(calId, year, month, events, namespace) { argument
[all …]
H A Dsyntax.php703 private function renderEventListContent($events, $calId, $namespace, $themeStyles = null) {
1962 private function renderEventDialog($calId, $namespace, $theme = null) {
2226 …private function renderMonthPicker($calId, $year, $month, $namespace, $theme = 'matrix', $themeSty…
2572 private function renderSidebarWidget($events, $namespace, $calId, $themeOverride = null) {
3523 …private function renderSidebarSection($title, $events, $accentColor, $calId, $themeStyles, $theme,…
3623 …private function renderSidebarEvent($event, $calId, $showDate = false, $sectionColor = '#00cc07', …