Home
last modified time | relevance | path

Searched refs:rowSpan (Results 26 – 43 of 43) sorted by path

12

/plugin/ckgedit/ckeditor/lang/
H A Dlang_array.txt586 "rowSpan": "Rows Span",
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …n(m){m.renameNode(this.getValue())}},h,{type:"text",id:"rowSpan",label:e.rowSpan,"default":"",vali…
H A DtableCell.js.unc143 id: 'rowSpan',
144 label: langCell.rowSpan,
148 var attrVal = parseInt( selectedCell.getAttribute( 'rowSpan' ), 10 );
155 selectedCell.setAttribute( 'rowSpan', this.getValue() );
157 selectedCell.removeAttribute( 'rowSpan' );
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified663 "rowSpan": "Rows Span",
/plugin/combo/ComboStrap/
H A DBrandListTag.php110 $rowSpan = sizeof($variants) + 1; // 1 for the brand column
111 $html .= "<tr><td rowspan=\"$rowSpan\" class=\"text-danger\">$message</td></tr>";
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js3180 aoLocal[i][j].cell.rowSpan = iRowspan;
H A Djquery.dataTables.min.js56 …e].cell==h[d][e+k].cell;){for(a=0;a<c;a++)j[d+a][e+k]=1;k++}h[d][e].cell.rowSpan=c;h[d][e].cell.co…
H A Djquery.dataTables.min.js.gz
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js75rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…
H A Dfckeditorcode_ie.js79rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…
/plugin/mobiletable/
H A DmobileTable.js161 let rowSpan = 1
189 rowSpans[i] = row.children[i - colOffset].rowSpan - 1
191 if (rowSpan === 1) {
193 newCell.rowSpan = colSpan
196 rowSpan = (rowSpan === 1) ? colSpan : rowSpan - 1
197 if (rowSpan > 1) {
H A Dscript.js6 …h)}h=f.children[l-w].colSpan;n[l]=f.children[l-w].rowSpan-1;1===y&&(H(x,f.children[l-w],q===D).row…
/plugin/prosemirror/parser/
H A DTableRowNode.php38 $rowSpan = $tableCell->getRowSpan();
40 // does nothing if $rowSpan==1 and $colSpan==1
42 $rowSpans[$colIndex + $colSpanIndex] = $rowSpan - 1;
/plugin/rater/scripts/
H A Djquery.tablesorter.js435 var rowSpan = c.rowSpan || 1;
449 for (var k = rowIndex; k < rowIndex + rowSpan; k++) {
474 if (table.tHead.length == 1 || (cell.rowSpan > 1 || !r[row + 1])) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js468 var rowSpan = isNaN( refCell.rowSpan ) ? 1 : refCell.rowSpan ;
519 var currentRowSpan = currentCell.rowSpan ;
566 var rowSpan = tableMap[currentRowIndex][i].rowSpan ;
567 if ( isNaN( rowSpan ) )
568 rowSpan = 1 ;
569 tableMap[currentRowIndex][i].rowSpan = rowSpan + 1 ;
658 var iRowSpan = isNaN( oCell.rowSpan ) ? 1 : oCell.rowSpan ;
695 cell.colSpan = cell.rowSpan = 1 ;
730 cell.rowSpan++ ;
771 if ( cell.rowSpan == 1 )
[all …]
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js64rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…
H A Dfckeditorcode_ie.js65rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…

12