Searched refs:to_start (Results 1 – 4 of 4) sorted by relevance
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| 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…
|
| D | dhtmlxgantt.js.map | 1 …to_start","link_to_start","allowDrag","isLinkAllowed","dragClass","_combine_item_class","task_clas…
|
| D | dhtmlxgantt.js | 13 …to_start)this.point_to(l.left,c),d?(this.point_to(l.down,o),this.point_to(l.right,s)):(this.point_…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 7640 drag_link: function (from, from_start, to, to_start) { argument 7647 … text += "<b> " + to.text + "</b> " + (to_start ? labels.link_start : labels.link_end) + "<br/>"; 7651 drag_link_class: function (from, from_start, to, to_start) { argument 7655 var allowed = gantt.isLinkAllowed(from, to, from_start, to_start); 12295 gantt._get_link_type = function (from_start, to_start) { argument 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) { 12309 gantt.isLinkAllowed = function (from, to, from_start, to_start) { argument [all …]
|