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

Function _finish_ext_load

codebase/sources/dhtmlxscheduler.es.js:14799–14805  ·  view source on GitHub ↗
(cal)

Source from the content-addressed store, hash-verified

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

Callers 1

mvcFunction · 0.70

Calls 1

callEventMethod · 0.65

Tested by

no test coverage detected