Lines Matching refs:height

1026   inner.style.height = '200px';
1031 outer.style.height = '150px';
6255 style.height = '';
11905 this.textareaStyle.height = 0;
12062 var height = this.TD.scrollHeight + 1;
12073 minHeight: Math.min(height, maxHeight),
15831 var currentHeight = instance.rootElement.style.height;
15833 currentHeight = parseInt(instance.rootElement.style.height, 10);
15836 var height = settings.height;
15837 if ((0, _function.isFunction)(height)) {
15838 height = height();
15849 if (height === null) {
15855 instance.rootElement.style.height = '';
15858 } else if (height !== void 0) {
15859 instance.rootElement.style.height = height + 'px';
15889 …&& instance.view && (currentHeight === '' || height === '' || height === void 0) && currentHeight …
16819 var height = priv.settings.rowHeights;
16821 if (height !== void 0 && height !== null) {
16822 switch (typeof height === 'undefined' ? 'undefined' : _typeof(height)) {
16825 height = height[row];
16829 height = height(row);
16834 if (typeof height === 'string') {
16835 height = parseInt(height, 10);
16839 return height;
16853 var height = instance._getRowHeightFromSettings(row);
16855 height = instance.runHooks('modifyRowHeight', height, row);
16857 return height;
19472 height: void 0,
23806 height: '5px',
23896 if (event.clientY > Math.ceil(bounds.top + bounds.height)) {
23944 …style.height = this.settings[position] && this.settings[position].width ? this.settings[position].…
23963 this.cornerStyle.height = this.cornerDefaultStyle.height;
24009 height: hitAreaWidth + 'px',
24023 height: width + 'px',
24054 value: function updateMultipleSelectionHandlesPosition(row, col, top, left, width, height) {
24064 this.selectionHandles.styles.bottomRight.top = parseInt(top + height, 10) + 'px';
24067 …this.selectionHandles.styles.bottomRightHitArea.top = parseInt(top + height - hitAreaWidth / 4, 10…
24109 …toTD, fromOffset, toOffset, containerOffset, top, minTop, left, minLeft, height, width, fromRow, f…
24163 height = toOffset.top + (0, _element.outerHeight)(toTD) - minTop;
24173 height = height > 0 ? height - 1 : 0;
24187 this.leftStyle.height = height + 'px';
24192 this.bottomStyle.top = top + height - delta + 'px';
24199 this.rightStyle.height = height + 1 + 'px';
24205 this.cornerStyle.top = top + height - 4 + 'px';
24225 …Top + (0, _element.outerHeight)(toTD) + parseInt(this.cornerDefaultStyle.height, 10) / 2 >= (0, _e…
24228 …this.cornerStyle.top = Math.floor(top + height - 3 - parseInt(this.cornerDefaultStyle.height, 10) …
24237 this.updateMultipleSelectionHandlesPosition(fromRow, fromColumn, top, left, width, height);
25669 height: null
26353 var height = container.clientHeight;
26355 if (width !== this.spreaderLastSize.width || height !== this.spreaderLastSize.height) {
26357 this.spreaderLastSize.height = height;
26400 hiderStyle.height = headerColumnSize + this.topOverlay.sumCellSizes(0, totalRows) + 1 + 'px';
27193 this.holder.style.height = (0, _element.getStyle)(trimmingElement, 'height');
27605 var height = this.wot.wtSettings.settings.rowHeight(sourceRow);
27609 height = height === void 0 ? oversizedHeight : Math.max(height, oversizedHeight);
27612 return height;
27617 var height = this.wot.wtSettings.settings.defaultRowHeight;
27621 height = height ? Math.max(height, oversizedHeight) : oversizedHeight;
27624 return height;
27941 var height = this.wot.wtTable.getRowHeight(sourceRowIndex);
27943 if (height) {
27945 height--;
27946 TR.firstChild.style.height = height + 'px';
27948 TR.firstChild.style.height = '';
28055 children[i].childNodes[0].style.height = oversizedColumnHeaders[i] + 'px';
28526 var height = 0;
28529 height = document.documentElement.clientHeight;
28533height = elemHeight > 0 && trimmingContainer.clientHeight > 0 ? trimmingContainer.clientHeight : I…
28536 return height;
28645 dummyElement.style.height = '1px';
28806 var height = void 0;
28817 height = Infinity;
28819 height = this.getViewportHeight();
28833 height -= fixedRowsHeight;
28839 height -= fixedRowsHeight;
28848 …return new _viewportRows2.default(height, pos, this.wot.getSetting('totalRows'), function (sourceR…
29273 var height = null;
29281 height = tempHeight - lastRowHeight;
29284 …ent.style.top = parseInt(this.htEditor.rootElement.style.top, 10) + dropdownHeight - height + 'px';
29316 height: this.getDropdownHeight(),
29323 AutocompleteEditor.prototype.setDropdownHeight = function (height) {
29325 height: height
30009 value: function setSize(width, height) {
30013 if ((0, _number.isNumeric)(height)) {
30014 this._element.style.height = height + UNIT;
30029 height: this._element.style.height ? parseInt(this._element.style.height, 10) : 0
30227 value: function setSize(width, height) {
30231 if (height) {
30232 this._element.style.height = height + UNIT;
30247 height: this._element.style.height ? parseInt(this._element.style.height, 10) : 0
31693 el.style.height = defaults.minHeight + 'px';
31705 el.style.height = defaults.minHeight + 'px';
31707 el.style.height = defaults.maxHeight + 'px';
31710 el.style.height = scrollHeight + 'px';
31776 el.style.height = defaults.minHeight + 'px';
32058 var height = this.wot.wtViewport.getWorkspaceHeight() - scrollbarHeight;
32060 height = Math.min(height, (0, _element.innerHeight)(this.wot.wtTable.wtRootElement));
32062 overlayRootStyle.height = height + 'px';
32064 overlayRootStyle.height = '';
32067 this.clone.wtTable.holder.style.height = overlayRootStyle.height;
32082 this.clone.wtTable.hider.style.height = this.hider.style.height;
32083 this.clone.wtTable.holder.style.height = this.clone.wtTable.holder.parentNode.style.height;
32376 var height = this.wot.wtTable.getRowHeight(from);
32378 sum += height === void 0 ? defaultRowHeight : height;
32435 overlayRootStyle.height = (tableHeight === 0 ? tableHeight : tableHeight + 4) + 'px';
32453 …this.clone.wtTable.holder.style.height = parseInt(this.clone.wtTable.holder.parentNode.style.heigh…
32749 overlayRoot.style.height = (tableHeight === 0 ? tableHeight : tableHeight + 4) + 'px';
35496 height: (0, _element.outerHeight)(this.cellPointer),
35517 …eight)(selectedCell) - currentScrollPosition.y + domDimensionsCache.cellPointer.height, 10) + 'px';
35752 this.textareaStyle.height = 0;
35932 height = (0, _element.outerHeight)(this.TD) + 1,
35982 height -= 1;
35988 selectStyle.height = height + 'px';
37413 this.addHook('modifyRowHeight', function (height, row) {
37414 return _this2.getRowHeight(row, height);
37475 this.ghostTable.getHeights(function (row, height) {
37476 _this3.heights[row] = height;
37616 var height = defaultHeight;
37619 height = this.heights[row];
37622 return height;
39315 cellHeight = object.height || 0;
40374 holderStyle.height = realHeight + 4 + 'px';
40375 hiderStyle.height = holderStyle.height;
43925 this.handle.style.height = headerHeight + 'px';
43956 this.guide.style.height = maximumVisibleElementHeight - handleHeight + 'px';
44672 var height = 0;
44677 height += rowHeight;
44680 return height;
44823 var backlightElemHeight = this.backlight.getSize().height;
45036 var height = this.backlight.getSize().height;
45040 this.backlight.setPosition(null, height);
45622 this.addHook('modifyRowHeight', function (height, row) {
45623 return _this2.onModifyRowHeight(height, row);
45733 this.startHeight = parseInt(box.height, 10);
46045 value: function setManualSize(row, height) {
46047 this.manualRowHeights[row] = height;
46049 return height;
46063 value: function onModifyRowHeight(height, row) {
46072 …eight !== void 0 && (manualRowHeight === autoRowHeightResult || manualRowHeight > (height || 0))) {
46077 return height;
46885 height: selectedRange.getHeight(),
46898 height: selectedRange.getHeight(),
50906 … var field, pEl, width, height, viewportWidth, viewportHeight, scrollTop, left, top, clientRect;
50915 height = this.el.offsetHeight;
50942 if ((this._o.reposition && top + height > viewportHeight + scrollTop) ||
50945 top - height - field.offsetHeight > 0
50948 top = top - height - field.offsetHeight;