Searched refs:_getRootParent (Results 1 – 3 of 3) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …_getRootParent=function(){for(var t=this.$parent;t&&t.$parent;)t=t.$parent;if(t)return t},i.protot… method in i
|
H A D | dhtmlxgantt.js.map | 1 …_getRootParent","_eachView","eachCell","_getLinkedViews","scrollX","_updateLinkedViews","scrollHor…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 21602 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);
|