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

Function startModal

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

Source from the content-addressed store, hash-verified

12269 }, 1);
12270 }
12271 function startModal(box) {
12272 scheduler2.eventRemove(box, "keydown", trapFocus);
12273 scheduler2.event(box, "keydown", trapFocus);
12274 modalsStack.push(box);
12275 }
12276 function endModal() {
12277 var box = modalsStack.pop();
12278 if (box) {

Callers 1

traceLightboxFunction · 0.70

Calls 2

eventRemoveMethod · 0.65
eventMethod · 0.65

Tested by

no test coverage detected