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

Function confirmBox

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

Source from the content-addressed store, hash-verified

8840 return alertPopup(text);
8841 };
8842 var confirmBox = function() {
8843 var text = box_params.apply(this, arguments);
8844 text.type = text.type || "alert";
8845 return confirmPopup(text);
8846 };
8847 var modalBox = function() {
8848 var text = box_params.apply(this, arguments);
8849 text.type = text.type || "alert";

Callers

nothing calls this directly

Calls 1

confirmPopupFunction · 0.70

Tested by

no test coverage detected