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

Function _start_ext_load

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

Source from the content-addressed store, hash-verified

14792 }, 1);
14793 }
14794 function _start_ext_load(cal) {
14795 cal._loading = true;
14796 cal._not_render = true;
14797 cal.callEvent("onXLS", []);
14798 }
14799 function _finish_ext_load(cal) {
14800 cal._not_render = false;
14801 if (cal._render_wait)

Callers 1

mvcFunction · 0.70

Calls 1

callEventMethod · 0.65

Tested by

no test coverage detected