MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / traceLightbox

Function traceLightbox

codebase/sources/dhtmlxscheduler.js:12293–12295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12291 scheduler2.$keyboardNavigation.trapFocus(target, event2);
12292 }
12293 function traceLightbox() {
12294 startModal(scheduler2.getLightbox());
12295 }
12296 scheduler2.attachEvent("onLightbox", traceLightbox);
12297 scheduler2.attachEvent("onAfterLightbox", endModal);
12298 scheduler2.attachEvent("onAfterQuickInfo", function() {

Callers

nothing calls this directly

Calls 2

startModalFunction · 0.70
getLightboxMethod · 0.65

Tested by

no test coverage detected