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

Function boxPopup

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

Source from the content-addressed store, hash-verified

8811 return _createBox(config, true, true);
8812 }
8813 function boxPopup(config) {
8814 return _createBox(config);
8815 }
8816 function box_params(text, type, callback2) {
8817 if (typeof text != "object") {
8818 if (typeof type == "function") {

Callers 2

modalBoxFunction · 0.70
messageBoxFunction · 0.70

Calls 1

_createBoxFunction · 0.70

Tested by

no test coverage detected