Searched refs:drag_mode (Results 1 – 4 of 4) sorted by relevance
484 drag_mode: any; property
13 …drag_mode),s.touch_drag&&o.push("gantt_touch_"+s.drag_mode)),s.link_source_id==n&&o.push("gantt_li…
1 …drag_mode","touch_drag","link_source_id","link_target_id","highlight_critical_path","isCriticalTas…
6492 drag_mode: { property15205 return !((!state.drag_mode && !dragMarker) || isResize) || isClickDrag;23888 css.push("gantt_drag_" + state.drag_mode);23890 css.push("gantt_touch_" + state.drag_mode);25604 var drag = gantt.config.drag_mode;25611 drag_mode : this.drag ? this.drag.mode : undefined,25814 if (drag.mode === config.drag_mode.move) {25884 if (drag.mode && drag.mode != config.drag_mode.ignore && config["drag_" + drag.mode]) {25893 …if ((gantt.isSummaryTask(task) && !config.drag_project) && drag.mode != config.drag_mode.progress)…25946 if (drag.mode == config.drag_mode.resize) {[all …]