Lines Matching refs:calId
64 - ✅ Fixed tooltip function naming (sanitized calId for JavaScript)
157 const calendar = document.getElementById(calId);
163 const calendar = document.getElementById(calId);
168 - Regular calendar has element with id=calId
194 - **Fixed:** Add Event button calls openAddEvent() with calId, namespace, and today's date
213 - Added `$html .= $this->renderEventDialog($calId, $namespace);` at end of renderSidebarWidget()
214 - Changed Add Event onclick from alert to `openAddEvent('calId', 'namespace', 'YYYY-MM-DD')`
535 - **Fixed:** System tooltip functions now use sanitized calId (showTooltip_sidebar_abc123 instead o…
544 - Changed tooltip function names to use $jsCalId instead of $calId
555 - **Fixed:** Sanitized calId to jsCalId by replacing dashes with underscores
562 - Added variable sanitization: `$jsCalId = str_replace('-', '_', $calId);`
573 - **Added:** Shared state management with `sharedState_[calId]` object