Searched refs:runLocalHooks (Results 1 – 3 of 3) sorted by relevance
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …lHooks[e]||(this._localHooks[e]=[]),this._localHooks[e].push(t),this},runLocalHooks:function(e){fo… method 35 …runLocalHooks.apply(i,["beforeModifyTransformStart"].concat(t))}),this.transformation.addLocalHook…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 36434 runLocalHooks: function runLocalHooks(key) { 39775 this.runLocalHooks('afterOpen'); 39801 this.runLocalHooks('afterClose'); 39927 this.runLocalHooks('select', selectedItem, event); 39941 this.runLocalHooks('executeCommand', selectedItem.key, normalizedSelection, event); 39944 … this.parentMenu.runLocalHooks('executeCommand', selectedItem.key, normalizedSelection, event);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …runLocalHooks:function runLocalHooks(key){var _this=this;for(var _len=arguments.length,params=Arra…
|