Home
last modified time | relevance | path

Searched refs:colIndex (Results 1 – 19 of 19) sorted by relevance

/plugin/prosemirror/parser/
DTableRowNode.php27 for ($colIndex = 1; $colIndex <= $numColsInTable; $colIndex += $colSpan) {
28 if (!empty($rowSpans[$colIndex])) {
30 --$rowSpans[$colIndex];
41 $rowSpans[$colIndex + $colSpanIndex] = $rowSpan - 1;
/plugin/tablelayout/script/
Dtablelayout_functions.js169 var colIndex = 0;
171 colIndex += this.colSpan;
176 if ($rowCells.length === colIndex) {
179 $rowCells.eq(colIndex).before($cell.clone(true, true));
Dscript.js84 var colIndex = $this.closest('td,th').prevAll('td,th').length;
85 … var sortedRows = window.tablelayout.sortTable($rowsToBeSorted.detach(), colIndex, sortDirection);
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js166 colIndex = FCKDragTableHandler._GetResizeBarPosition() ;
169 colIndex-- ;
172 colArray[colIndex].width += deltaX ;
173 colArray[colIndex + 1].width -= deltaX ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js164 colIndex = FCKDragTableHandler._GetResizeBarPosition() ;
167 colIndex-- ;
170 colArray[colIndex].width += deltaX ;
171 colArray[colIndex + 1].width -= deltaX ;
/plugin/searchtablejs/TableFilter_EN/
Dtablefilter.js803 var colIndex = t.tf_colOperation["col"];
809 && (typeof colIndex).toLowerCase()=="object"
818 for(var k=0; k<colIndex.length; k++)//this retrieves col values
820 colvalues.push( getColValues(id,colIndex[k],true) );
/plugin/searchtablejs/
Dtablefilter.js803 var colIndex = t.tf_colOperation["col"];
809 && (typeof colIndex).toLowerCase()=="object"
818 for(var k=0; k<colIndex.length; k++)//this retrieves col values
820 colvalues.push( getColValues(id,colIndex[k],true) );
/plugin/datatables/assets/pdfmake/
Dpdfmake.js72427 for (var colIndex = 0; colIndex < row.length; colIndex++) {
72428 var cell = row[colIndex];
72437 setBorder(rowIndex + rowOffset, colIndex, 0, cell.border[0]);
72442 setBorder(rowIndex + rowOffset, colIndex + colSpan - 1, 2, cell.border[2]);
72449 setBorder(rowIndex, colIndex + colOffset, 1, cell.border[1]);
72454 setBorder(rowIndex + rowSpan - 1, colIndex + colOffset, 3, cell.border[3]);
72462 function setBorder(rowIndex, colIndex, borderIndex, borderValue) {
72463 var cell = body[rowIndex][colIndex];
72745 var colIndex = xs[i].index;
72748 if (colIndex < body[rowIndex].length) {
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js13166 var colIndex = colCoordCache.getHorizontalIndex(leftOffset);
13168 if (colIndex != null && slatIndex != null) {
13177 col: colIndex,
13180 left: colCoordCache.getLeftOffset(colIndex),
13181 right: colCoordCache.getRightOffset(colIndex),
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js8053 var upper, lower, colIndex;
8057 colIndex = Math.floor(gantt.columnIndexByDate(date));
8059 if (!scale.trace_x[colIndex]) {
8060 colIndex -= 1;// end of time scale
8062 colIndex = 0;
8065 lower = new Date(scale.trace_x[colIndex]);
8068 colIndex = Math.floor(gantt.columnIndexByDate(date));
8071 if (scale.trace_x[colIndex]) {
8072 upper = gantt.date[unit + "_start"](scale.trace_x[colIndex]);// end of time scale
/plugin/edittable/lib/
Dhandsontable.full.js47202 for (var colIndex = 0; colIndex < colCount; colIndex++) {
47203 var cellData = instance.getDataAtCell(rowIndex, colIndex);
47204 var cellProperties = instance.getCellMeta(rowIndex, colIndex);
47212 col: colIndex,
47220 cellCallback(instance, rowIndex, colIndex, cellData, testResult);
/plugin/zwidoku/files/
H A Djs.js1colIndex=0;colIndex<colCount;colIndex++){var cellData=instance.getDataAtCell(rowIndex,colIndex);va…
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js191colIndex:o},key:i.id,row:e,col:n[o]}))),this.slotFills({type:"cell",context:{cellType:"after-rule-… property
Ddmn-viewer.production.min.js16 …=>this.slotFill({type:"cell",context:{cellType:"rule",cell:i,rowIndex:t,colIndex:r},key:i.id,row:e… property
Ddmn-navigated-viewer.production.min.js16 …=>this.slotFill({type:"cell",context:{cellType:"rule",cell:i,rowIndex:t,colIndex:r},key:i.id,row:e… property
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js3817 value: function getColumn(colIndex) {
3818 var column = this.table.columns[colIndex];
3819 return new Column(this, column, colIndex);
3823 value: function addColumn(column, values, colIndex) {
3828 if (colIndex === undefined) {
3834 this.table.columns.splice(colIndex, 0, column);
3836 row.splice(colIndex, 0, values[i]);
3842 value: function removeColumns(colIndex) {
3846 this.table.columns.splice(colIndex, count);
3848 row.splice(colIndex, count);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js16927 var colIndex = xs[i].index;
16928 var fillColor= this.tableNode.table.body[rowIndex][colIndex].fillColor;
16930 var wBorder = this.layout.vLineWidth(colIndex, this.tableNode);
Dpdfmake.min.js.map1colIndex","wBorder","xf","yf","hLineWhenBroken","headerRepeatable","PDFDocument","PDFObject","PDFP…
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1colIndex","steps","correctTaskWorkTime","work_time","correct_work_time","getClosestWorkTime","cale…