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

Function modalBox

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

boxPopupFunction · 0.70

Tested by

no test coverage detected