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

Function _setTempSection

codebase/sources/dhtmlxscheduler.es.js:9912–9917  ·  view source on GitHub ↗
(event_id)

Source from the content-addressed store, hash-verified

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

Callers 1

collisionFunction · 0.70

Calls 1

getEventMethod · 0.65

Tested by

no test coverage detected