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

Function alertBox

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

Source from the content-addressed store, hash-verified

8835 return text;
8836 }
8837 var alertBox = function() {
8838 var text = box_params.apply(this, arguments);
8839 text.type = text.type || "confirm";
8840 return alertPopup(text);
8841 };
8842 var confirmBox = function() {
8843 var text = box_params.apply(this, arguments);
8844 text.type = text.type || "alert";

Callers

nothing calls this directly

Calls 1

alertPopupFunction · 0.70

Tested by

no test coverage detected