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