Searched refs:tableMap (Results 1 – 9 of 9) sorted by relevance
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktablehandler.js | 256 FCKTableHandler._ReplaceCellsByMarker = function( tableMap, marker, substitute ) argument 258 for ( var i = 0 ; i < tableMap.length ; i++ ) 260 for ( var j = 0 ; j < tableMap[i].length ; j++ ) 262 if ( tableMap[i][j][marker] ) 263 tableMap[i][j] = substitute ; 268 FCKTableHandler._GetMarkerGeometry = function( tableMap, rowIdx, colIdx, markerName ) argument 274 for ( var i = colIdx ; tableMap[rowIdx][i] && tableMap[rowIdx][i][markerName] ; i++ ) 276 for ( var i = colIdx - 1 ; tableMap[rowIdx][i] && tableMap[rowIdx][i][markerName] ; i-- ) 281 …for ( var i = rowIdx ; tableMap[i] && tableMap[i][colIdx] && tableMap[i][colIdx][markerName] ; i++… 283 …for ( var i = rowIdx - 1 ; tableMap[i] && tableMap[i][colIdx] && tableMap[i][colIdx][markerName] ;… [all …]
|
| /plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 25 "_GetBorderCells" : function( w, tableNode, tableMap, mouse ) argument 68 var colIdx = FCKTableHandler._GetCellIndexSpan( tableMap, rowIdx, rbCell ) ; 70 lbCell = tableMap[rowIdx][colIdx + colSpan] ; 143 var tableMap = FCKDragTableHandler._TableMap ; 144 for ( var i = 0 ; i < tableMap.length ; i++ ) 146 for ( var j = 0 ; j < tableMap[i].length ; j++ ) 148 var cell = tableMap[i][j] ; 192 for ( var i = 0 ; i < tableMap.length ; i++ ) 194 for ( var j = 0 ; j < tableMap[i].length ; j++ ) 196 var cell = tableMap[i][j] ; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 24 "_GetBorderCells" : function( w, tableNode, tableMap, mouse ) argument 67 var colIdx = FCKTableHandler._GetCellIndexSpan( tableMap, rowIdx, rbCell ) ; 69 lbCell = tableMap[rowIdx][colIdx + colSpan] ; 141 var tableMap = FCKDragTableHandler._TableMap ; 142 for ( var i = 0 ; i < tableMap.length ; i++ ) 144 for ( var j = 0 ; j < tableMap[i].length ; j++ ) 146 var cell = tableMap[i][j] ; 190 for ( var i = 0 ; i < tableMap.length ; i++ ) 192 for ( var j = 0 ; j < tableMap[i].length ; j++ ) 194 var cell = tableMap[i][j] ; [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktablehandler.js | 290 FCKTableHandler._GetCellIndexSpan = function( tableMap, rowIndex, cell ) argument 292 if ( tableMap.length < rowIndex + 1 ) 295 var oRow = tableMap[ rowIndex ] ; 307 FCKTableHandler._GetCollumnCells = function( tableMap, collumnIndex ) argument 311 for ( var r = 0 ; r < tableMap.length ; r++ ) 313 var oCell = tableMap[r][collumnIndex] ;
|
| /plugin/mobiletable/ |
| D | mobileTable.js | 17 const tableMap = new WeakMap() 222 if (tableMap.has(table) || table.classList.contains("mobiletable-transformed")) { 233 tableMap.set(mobile, table) 250 const original = tableMap.get(table)
|
| /plugin/wysiwyg/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 64 …tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while (D&&D.childNodes…
|
| D | fckeditorcode_ie.js | 65 …tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while (D&&D.childNodes…
|
| /plugin/fckg/fckeditor/editor/js/ |
| D | fckeditorcode_ie.js | 79 …tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while (D&&D.childNodes…
|
| D | fckeditorcode_gecko.js | 75 …tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while (D&&D.childNodes…
|