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

Function _finish_ext_load

codebase/sources/dhtmlxscheduler.js:14803–14809  ·  view source on GitHub ↗
(cal)

Source from the content-addressed store, hash-verified

14801 cal.callEvent("onXLS", []);
14802 }
14803 function _finish_ext_load(cal) {
14804 cal._not_render = false;
14805 if (cal._render_wait)
14806 cal.render_view_data();
14807 cal._loading = false;
14808 cal.callEvent("onXLE", []);
14809 }
14810 function _get_id(model) {
14811 return cfg.use_id ? model.id : model.cid;
14812 }

Callers 1

mvcFunction · 0.70

Calls 1

callEventMethod · 0.65

Tested by

no test coverage detected