Home
last modified time | relevance | path

Searched refs:_getRootParent (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_getRootParent=function(){for(var t=this.$parent;t&&t.$parent;)t=t.$parent;if(t)return t},i.protot… method in i
H A Ddhtmlxgantt.js.map1_getRootParent","_eachView","eachCell","_getLinkedViews","scrollX","_updateLinkedViews","scrollHor…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js21602 ScrollbarCell.prototype._getRootParent = function(){ method in ScrollbarCell
21623 eachCell(this._getRootParent(), res);
21665 this.$domEvents.attach(this._getRootParent().$view, "wheel", this._mouseWheelHandler);
21667 this.$domEvents.attach(this._getRootParent().$view, "mousewheel", this._mouseWheelHandler);