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: { class in module.exports.result23888 css.push("gantt_drag_" + state.drag_mode);23890 css.push("gantt_touch_" + state.drag_mode);25604 var drag = gantt.config.drag_mode;25814 if (drag.mode === config.drag_mode.move) {25946 if (drag.mode == config.drag_mode.resize) {25954 } else if (drag.mode == config.drag_mode.move) {25964 if (drag.mode == config.drag_mode.resize) {26015 if (drag.mode === config.drag_mode.move) {26028 var modes = config.drag_mode;[all …]