Searched refs:stretchedWidth (Results 1 – 2 of 2) sorted by relevance
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 24539 var stretchedWidth = Math.round(baseWidth * this.stretchAllRatio); 24540 var newStretchedWidth = priv.stretchingColumnWidthFn(stretchedWidth, column); 24543 this.stretchAllColumnsWidth[column] = stretchedWidth; 27657 var stretchedWidth = calculator.getStretchedColumnWidth(sourceColumn, width); 27659 if (stretchedWidth) { 27660 width = stretchedWidth; 28892 …mnCalculatorOverride, visible, this.wot.getSetting('stretchH'), function (stretchedWidth, column) { argument 28893 return _this3.wot.getSetting('onBeforeStretchingColumnWidth', stretchedWidth, column); 43795 this.addHook('beforeStretchingColumnWidth', function (stretchedWidth, column) { argument 43796 return _this2.onBeforeStretchingColumnWidth(stretchedWidth, column); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …stretchedWidth=Math.round(baseWidth*this.stretchAllRatio);var newStretchedWidth=priv.stretchingCol…
|