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

Function modalBox

codebase/sources/dhtmlxscheduler.es.js:8843–8847  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8841 return confirmPopup(text);
8842 };
8843 var modalBox = function() {
8844 var text = box_params.apply(this, arguments);
8845 text.type = text.type || "alert";
8846 return boxPopup(text);
8847 };
8848 modalBox.hide = function(node) {
8849 while (node && node.getAttribute && !node.getAttribute(boxAttribute))
8850 node = node.parentNode;

Callers

nothing calls this directly

Calls 1

boxPopupFunction · 0.70

Tested by

no test coverage detected