Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dsyntax.php445 $html .= $this->renderEventDialog($calId, $namespace, $theme);
1339 $html .= $this->renderEventDialog($calId, $namespace, $theme);
1810 private function renderEventDialog($calId, $namespace, $theme = null) { function in syntax_plugin_calendar
2955 $html .= $this->renderEventDialog($calId, $namespace, $theme);
H A DCHANGELOG.md1875 - **Fixed:** `renderEventDialog` also ignored theme context — now receives theme from its caller
13517 - **Added:** renderEventDialog() called in renderSidebarWidget()
13537 - Added `$html .= $this->renderEventDialog($calId, $namespace);` at end of renderSidebarWidget()