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

Function alertPopup

codebase/sources/dhtmlxscheduler.es.js:8807–8809  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

8805 return box;
8806 }
8807 function alertPopup(config) {
8808 return _createBox(config, true, false);
8809 }
8810 function confirmPopup(config) {
8811 return _createBox(config, true, true);
8812 }

Callers 2

alertBoxFunction · 0.70
messageBoxFunction · 0.70

Calls 1

_createBoxFunction · 0.70

Tested by

no test coverage detected