Home
last modified time | relevance | path

Searched refs:_startPoint (Results 1 – 6 of 6) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js13_startPoint,e._endPoint),""!==t.className&&e._el.classList.add(t.className),e.draw()}),o.isEventab…
H A Ddhtmlxgantt_drag_timeline.js13_startPoint.x-e.x,r=t._startPoint.y-e.y;return n&&(n.angleDegrees<15?r=0:n.angleDegrees>75&&(o=0))… class in e
H A Ddhtmlxgantt_click_drag.js.map1_startPoint","_endPoint","draw","_singleRow","singleRow","_useRequestAnimationFrame","useRequestAn…
H A Ddhtmlxgantt_drag_timeline.js.map1_startPoint","shiftY","_scrollState","_setScrollPosition","scroll","_stopDrag","event","$root","_o…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js317 _this._el = config.render(_this._startPoint, _this._endPoint);
382 this._startPoint = startPoint;
383 this._startDate = gantt.dateFromPos(this._startPoint.relative.left);
384 this._viewPort.callEvent("onBeforeDrag", [this._startPoint]);
390 … this._endPoint.relative.top = (Math.ceil(this._startPoint.relative.top / height)) * height;
393 if (this._startPoint.relative.left > this._endPoint.relative.left) {
399 if (this._startPoint.relative.top > this._endPoint.relative.top) {
405 this._viewPort.callEvent("onDrag", [this._startPoint, this._endPoint]);
415 this._viewPort.callEvent("onBeforeDragEnd", [this._startPoint, endPoint]);
422 …var tasksByIndex = this._getTasksByTop(this._startPoint.relative.top, this._endPoint.relative.top);
[all …]
H A Ddhtmlxgantt_drag_timeline.js165 var shiftX = _this._startPoint.x - coords.x;
166 var shiftY = _this._startPoint.y - coords.y;
214 _this._startPoint = { x: event.clientX, y: event.clientY }; class in _this
215 _this._trace.push(_this._startPoint);
300 _this._startPoint = { x: event.clientX, y: event.clientY }; class in _this