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

Function boxPopup

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

Source from the content-addressed store, hash-verified

8815 return _createBox(config, true, true);
8816 }
8817 function boxPopup(config) {
8818 return _createBox(config);
8819 }
8820 function box_params(text, type, callback2) {
8821 if (typeof text != "object") {
8822 if (typeof type == "function") {

Callers 2

modalBoxFunction · 0.70
messageBoxFunction · 0.70

Calls 1

_createBoxFunction · 0.70

Tested by

no test coverage detected