Searched refs:from_start (Results 1 – 4 of 4) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 27 drag_link(from: string|number, from_start: boolean, to: string|number, to_start: boolean): string; 36 …drag_link_class(from: string|number, from_start: boolean, to: string|number, to_start: boolean): s…
|
H A D | dhtmlxgantt.js | 13 …from_start&&u.to_start)this.point_to(l.left,c),d?(this.point_to(l.down,o),this.point_to(l.right,s)…
|
H A D | dhtmlxgantt.js.map | 1 …from_start","link_from_start","to_start","link_to_start","allowDrag","isLinkAllowed","dragClass","…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 12297 if (from_start && to_start) { 12299 } else if (!from_start && to_start) { 12301 } else if (!from_start && !to_start) { 12303 } else if (from_start && !to_start) { 23304 from_start = to_start = true; 23306 from_start = to_start = false; 23308 from_start = false; 23311 from_start = true; 23318 from_start = !from_start; 23322 return {from_start: from_start, to_start: to_start}; [all …]
|