Home
last modified time | relevance | path

Searched refs:rowHeight (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableRow.php33 public function setRowHeight(Dimension $rowHeight) argument
35 $this->rowHeight = $rowHeight;
42 return $this->rowHeight;
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12 …s.layout.size["inner"+n];e||(s=Math.max(s,this.layout.maxY),this.layout.rowHeight||(s-=this.layout…
13 …his._applyGridGutter(o,this.columnWidth),r=this._applyGridGutter(r,this.rowHeight)),i.width=Math.m…
/plugin/edittable/lib/
H A Dhandsontable.full.js24717 var rowHeight = void 0;
24721 rowHeight = rowHeightFn(i);
24723 if (rowHeight === undefined) {
24724 rowHeight = ViewportRowsCalculator.DEFAULT_HEIGHT;
24738 sum += rowHeight;
24756 … var viewportSum = startPositions[this.endRow] + rowHeight - startPositions[this.startRow - 1];
26837 rowHeight: function rowHeight(row) {
27605 var height = this.wot.wtSettings.settings.rowHeight(sourceRow);
44675 var rowHeight = this.hot.view.wt.wtTable.getRowHeight(i) || 23;
44677 height += rowHeight;
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js7625 var rowHeight = rowEl.height(); // TODO: cache somehow?
7640 if (trEl.position().top + trHeight > rowHeight) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js19896 var rowHeight = grid.getItemHeight();
19897 relTargetPos = (eventTop - rowTop) / rowHeight;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js358 return this.nativeRow + Math.min(this.rowHeight - 1, this.nativeRowOff) / this.rowHeight;
362 this.nativeRowOff = Math.floor((v - this.nativeRow) * this.rowHeight);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …temTop(targetTaskId);\n\t\t\tvar rowHeight = grid.getItemHeight();\n\t\t\trelTargetPos = (eventTop…