Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/scheduler
/ _get_id
Function
_get_id
codebase/sources/dhtmlxscheduler.js:14810–14812 ·
view source on GitHub ↗
(model)
Source
from the content-addressed store, hash-verified
14808
cal.callEvent(
"onXLE"
, []);
14809
}
14810
function
_get_id(model) {
14811
return
cfg.use_id ? model.id : model.cid;
14812
}
14813
scheduler2.backbone =
function
(events, config) {
14814
if
(config)
14815
cfg = config;
Callers
1
mvc
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected