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

Function _setTempSection

codebase/sources/dhtmlxscheduler.js:9916–9921  ·  view source on GitHub ↗
(event_id)

Source from the content-addressed store, hash-verified

9914 let before;
9915 scheduler2.config.collision_limit = 1;
9916 function _setTempSection(event_id) {
9917 const checked_mode = scheduler2._get_section_view();
9918 if (checked_mode && event_id) {
9919 temp_section = scheduler2.getEvent(event_id)[scheduler2._get_section_property()];
9920 }
9921 }
9922 scheduler2.attachEvent("onBeforeDrag", function(id) {
9923 _setTempSection(id);
9924 return true;

Callers 1

collisionFunction · 0.70

Calls 1

getEventMethod · 0.65

Tested by

no test coverage detected