Home
last modified time | relevance | path

Searched refs:drag_project (Results 1 – 4 of 4) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts504 drag_project: boolean; property
H A Ddhtmlxgantt.js13drag_project){var h={};h[a.id]=r.copy(a),d=r.mixin(h,this.dragMultiple)}var f=this._find_max_shift…
H A Ddhtmlxgantt.js.map1drag_project","initialDrag","childDrag","_get_drag_mode","_fix_dnd_scale_time","fixStart","fixEnd"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6490 drag_project: false, property in module.exports.result
25823 if (gantt.isSummaryTask(task) && gantt.config.drag_project) {
25893 …if ((gantt.isSummaryTask(task) && !config.drag_project) && drag.mode != config.drag_mode.progress)…
26016 if ((gantt.isSummaryTask(task) && config.drag_project) || (this._isMultiselect())) {
26085 …if (gantt.isSummaryTask(selectedTask) && gantt.config.drag_project && drag.mode == cfg.drag_mode.m…
26096 if (gantt.isSummaryTask(task) && gantt.config.drag_project && drag.mode == cfg.drag_mode.move) {