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

Function _start_ext_load

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

Source from the content-addressed store, hash-verified

14796 }, 1);
14797 }
14798 function _start_ext_load(cal) {
14799 cal._loading = true;
14800 cal._not_render = true;
14801 cal.callEvent("onXLS", []);
14802 }
14803 function _finish_ext_load(cal) {
14804 cal._not_render = false;
14805 if (cal._render_wait)

Callers 1

mvcFunction · 0.70

Calls 1

callEventMethod · 0.65

Tested by

no test coverage detected