Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/scheduler
/ confirmPopup
Function
confirmPopup
codebase/sources/dhtmlxscheduler.es.js:8810–8812 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
8808
return
_createBox(config, true, false);
8809
}
8810
function
confirmPopup(config) {
8811
return
_createBox(config, true, true);
8812
}
8813
function
boxPopup(config) {
8814
return
_createBox(config);
8815
}
Callers
2
confirmBox
Function · 0.70
messageBox
Function · 0.70
Calls
1
_createBox
Function · 0.70
Tested by
no test coverage detected