Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts484 drag_mode: any; property
H A Ddhtmlxgantt.js13drag_mode),s.touch_drag&&o.push("gantt_touch_"+s.drag_mode)),s.link_source_id==n&&o.push("gantt_li…
H A Ddhtmlxgantt.js.map1drag_mode","touch_drag","link_source_id","link_target_id","highlight_critical_path","isCriticalTas…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6492 drag_mode: { class in module.exports.result
23888 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 …]