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

Function startModal

codebase/sources/dhtmlxscheduler.es.js:12267–12271  ·  view source on GitHub ↗
(box)

Source from the content-addressed store, hash-verified

12265 }, 1);
12266 }
12267 function startModal(box) {
12268 scheduler2.eventRemove(box, "keydown", trapFocus);
12269 scheduler2.event(box, "keydown", trapFocus);
12270 modalsStack.push(box);
12271 }
12272 function endModal() {
12273 var box = modalsStack.pop();
12274 if (box) {

Callers 1

traceLightboxFunction · 0.70

Calls 2

eventRemoveMethod · 0.65
eventMethod · 0.65

Tested by

no test coverage detected