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

Function alertPopup

codebase/sources/dhtmlxscheduler.js:8811–8813  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

8809 return box;
8810 }
8811 function alertPopup(config) {
8812 return _createBox(config, true, false);
8813 }
8814 function confirmPopup(config) {
8815 return _createBox(config, true, true);
8816 }

Callers 2

alertBoxFunction · 0.70
messageBoxFunction · 0.70

Calls 1

_createBoxFunction · 0.70

Tested by

no test coverage detected