Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js215 FCKTableHandler.DeleteCell = function( cell ) function
235 FCKTableHandler.DeleteCell( aCells[i] ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js65DeleteCell=function(A){if (A.parentNode.cells.length==1){FCKTableHandler.DeleteRows(FCKTools.GetEl… function
H A Dfckeditorcode_gecko.js64DeleteCell=function(A){if (A.parentNode.cells.length==1){FCKTableHandler.DeleteRows(FCKTools.GetEl… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js75DeleteCell=function(A){if (A.parentNode.cells.length==1){FCKTableHandler.DeleteRows(A.parentNode);… function
H A Dfckeditorcode_ie.js79DeleteCell=function(A){if (A.parentNode.cells.length==1){FCKTableHandler.DeleteRows(A.parentNode);… function