Lines Matching refs:addHook

5010     this.hot.addHook('afterPluginsInitialized', function () {
5013 this.hot.addHook('afterUpdateSettings', function () {
5016 this.hot.addHook('beforeInit', function () {
5074 value: function addHook(name, callback) {
5079 this.hot.addHook(name, callback);
11772 this.instance.addHook('afterDestroy', function () {
11877 this.instance.addHook('beforeKeyDown', onBeforeKeyDown);
12093 this.instance.addHook('afterScrollHorizontally', function () {
12097 this.instance.addHook('afterScrollVertically', function () {
12101 this.instance.addHook('afterColumnResize', function () {
12106 this.instance.addHook('afterRowResize', function () {
12111 this.instance.addHook('afterDestroy', function () {
15746 instance.addHook(i, settings[i]);
17345 this.addHook = function (key, callback) {
29098 this.instance.addHook('beforeKeyDown', onBeforeKeyDown);
29595 this.instance.addHook('beforeKeyDown', onBeforeKeyDown);
29660 this.instance.addHook('afterDestroy', function () {
33311 this.instance.addHook('skipLengthCache', function (delay) {
34682 instance.addHook('afterDocumentKeyDown', onKeyDown);
34702 instance.addHook('afterDestroy', function () {
35003 this.instance.addHook('afterDestroy', function () {
35383 this.instance.addHook('afterDestroy', function () {
35451 this.instance.addHook('beforeKeyDown', this.onBeforeKeyDown);
35805 this.instance.addHook('afterScrollHorizontally', function () {
35808 this.instance.addHook('afterScrollVertically', function () {
35811 this.instance.addHook('afterColumnResize', function () {
35814 this.instance.addHook('afterRowResize', function () {
35898 this.instance.addHook('beforeKeyDown', onBeforeKeyDown);
36689 _this.addHook('beforeColumnResize', function (col, size, isDblClick) {
36727 this.addHook('afterLoadData', function () {
36730 this.addHook('beforeChange', function (changes) {
36734 this.addHook('beforeRender', function (force) {
36737 this.addHook('modifyColWidth', function (width, col) {
36740 this.addHook('afterInit', function () {
37358 _this.addHook('beforeRowResize', function (row, size, isDblClick) {
37392 this.addHook('afterLoadData', function () {
37395 this.addHook('beforeChange', function (changes) {
37398 this.addHook('beforeColumnMove', function () {
37401 this.addHook('beforeColumnResize', function () {
37404 this.addHook('beforeColumnSort', function () {
37407 this.addHook('beforeRender', function (force) {
37410 this.addHook('beforeRowMove', function (rowStart, rowEnd) {
37413 this.addHook('modifyRowHeight', function (height, row) {
37416 this.addHook('modifyColumnHeaderHeight', function () {
37993 this.addHook('afterOnCellCornerMouseDown', function (event) {
37996 this.addHook('afterOnCellCornerDblClick', function (event) {
37999 this.addHook('beforeOnCellMouseOver', function (event, coords, TD) {
39766 this.hotMenu.addHook('afterInit', function () {
39769 this.hotMenu.addHook('afterSelection', function (r, c, r2, c2, preventScrolling) {
40255 this.hot.addHook('afterScrollVertically', this._afterScrollCallback);
40256 this.hot.addHook('afterScrollHorizontally', this._afterScrollCallback);
41356 this.addHook('afterContextMenuDefaultOptions', function (options) {
41359 this.addHook('beforeKeyDown', function (event) {
42312 this.addHook('afterContextMenuDefaultOptions', function (options) {
42315 this.addHook('afterInit', function () {
42318 this.addHook('beforeColumnMove', function (rows, target) {
42822 this.addHook('beforeOnCellMouseDown', function (event, coords, TD, blockCalculations) {
42825 this.addHook('beforeOnCellMouseOver', function (event, coords, TD, blockCalculations) {
42828 this.addHook('afterScrollVertically', function () {
42831 this.addHook('modifyCol', function (row, source) {
42834 this.addHook('beforeRemoveCol', function (index, amount) {
42837 this.addHook('afterRemoveCol', function (index, amount) {
42840 this.addHook('afterCreateCol', function (index, amount) {
42843 this.addHook('afterLoadData', function (firstTime) {
42846 this.addHook('unmodifyCol', function (column) {
43792 this.addHook('modifyColWidth', function (width, col) {
43795 this.addHook('beforeStretchingColumnWidth', function (stretchedWidth, column) {
43798 this.addHook('beforeColumnResize', function (currentColumn, newSize, isDoubleClick) {
44513 this.addHook('beforeOnCellMouseDown', function (event, coords, TD, blockCalculations) {
44516 this.addHook('beforeOnCellMouseOver', function (event, coords, TD, blockCalculations) {
44519 this.addHook('afterScrollHorizontally', function () {
44522 this.addHook('modifyRow', function (row, source) {
44525 this.addHook('beforeRemoveRow', function (index, amount) {
44528 this.addHook('afterRemoveRow', function (index, amount) {
44531 this.addHook('afterCreateRow', function (index, amount) {
44534 this.addHook('afterLoadData', function (firstTime) {
44537 this.addHook('beforeColumnSort', function (column, order) {
44540 this.addHook('unmodifyRow', function (row) {
45622 this.addHook('modifyRowHeight', function (height, row) {
47542 instance.addHook('beforeKeyDown', onBeforeKeyDown);