Home
last modified time | relevance | path

Searched refs:refCell (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktablehandler.js359 var refCell = cells[0] ;
360 var tableMap = this._CreateTableMap( refCell.parentNode.parentNode ) ;
361 var rowIdx = refCell.parentNode.rowIndex ;
362 var colIdx = this._GetCellIndexSpan( tableMap, rowIdx, refCell ) ;
369 var cellContents = refCell.ownerDocument.createDocumentFragment() ;
388 cellContents.appendChild( refCell.ownerDocument.createElement( 'br' ) ) ;
391 this._ReplaceCellsByMarker( tableMap, '_SelectedCells', refCell ) ;
393 this._InstallTableMap( tableMap, refCell.parentNode.parentNode ) ;
394 refCell.appendChild( cellContents ) ;
396 if ( FCKBrowserInfo.IsGeckoLike && ( ! refCell.firstChild ) )
[all …]
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js64refCell;var C=A.tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while …
Dfckeditorcode_ie.js65refCell;var C=A.tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while …
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js79refCell;var C=A.tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while …
Dfckeditorcode_gecko.js75refCell;var C=A.tableMap;var D=A.nextCell;var E=FCK.EditorDocument.createDocumentFragment();while …