Home
last modified time | relevance | path

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

/plugin/calendar/
Dcalendar-main.js37 window.filterCalendarByNamespace = function(calId, namespace) { argument
53 window.navCalendar = function(calId, year, month, namespace) { argument
87 window.jumpToToday = function(calId, namespace) { argument
95 window.jumpTodayPanel = function(calId, namespace) { argument
103 window.openMonthPicker = function(calId, currentYear, currentMonth, namespace) { argument
130 window.openMonthPickerPanel = function(calId, currentYear, currentMonth, namespace) { argument
135 window.closeMonthPicker = function(calId) { argument
141 window.jumpToSelectedMonth = function(calId, namespace) { argument
160 window.rebuildCalendar = function(calId, year, month, events, namespace) { argument
429 window.renderEventListFromData = function(events, calId, namespace, year, month) { argument
[all …]
Dsyntax.php315 private function renderEventListContent($events, $calId, $namespace) {
1413 private function renderEventDialog($calId, $namespace) {
1595 private function renderMonthPicker($calId, $year, $month, $namespace) {
1924 private function renderSidebarWidget($events, $namespace, $calId) {
2468 private function renderSidebarSection($title, $events, $accentColor, $calId) {
2498 …private function renderSidebarEvent($event, $calId, $showDate = false, $sectionColor = '#00cc07') {