Searched refs:_mouseWheelHandler (Results 1 – 3 of 3) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …_mouseWheelHandler=a.bind(o._mouseWheelHandler,o),this.$config.hidden=!0;var s=r.config.scroll_siz… method in i
|
H A D | dhtmlxgantt.js.map | 1 …_mouseWheelHandler","_isHorizontal","scrollPosition","_isVertical","_initVertical","_initHorizonta…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 21556 _this._mouseWheelHandler = utils.bind(_this._mouseWheelHandler, _this); 21665 this.$domEvents.attach(this._getRootParent().$view, "wheel", this._mouseWheelHandler); 21667 this.$domEvents.attach(this._getRootParent().$view, "mousewheel", this._mouseWheelHandler); 21965 ScrollbarCell.prototype._mouseWheelHandler = function(e){ method in ScrollbarCell
|