Home
last modified time | relevance | path

Searched refs:GetSelectedCells (Results 1 – 8 of 8) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktablecommand.js86 if ( FCKTableHandler.GetSelectedCells().length == 1 )
92 && FCKTableHandler.GetSelectedCells().length > 1 )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js50 var aCells = FCKTableHandler.GetSelectedCells() ;
108 var nodes = this.GetSelectedCells() ;
154 var aColsToDelete = FCKTableHandler.GetSelectedCells();
196 var nodes = this.GetSelectedCells() ;
231 var aCells = FCKTableHandler.GetSelectedCells() ;
295 var cells = FCKTableHandler.GetSelectedCells() ;
353 var cells = this.GetSelectedCells() ;
448 var cells = FCKTableHandler.GetSelectedCells() ;
512 var cells = FCKTableHandler.GetSelectedCells() ;
803 var cells = this.GetSelectedCells() ;
[all …]
H A Dfcktablehandler_gecko.js24 FCKTableHandler.GetSelectedCells = function() function
H A Dfcktablehandler_ie.js24 FCKTableHandler.GetSelectedCells = function() function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js65GetSelectedCells();var C=[];for (var i=0;i<B.length;i++){var D=FCKTools.GetElementAscensor(B[i],'T…
66 FCKTableHandler.GetSelectedCells=function(){if (FCKSelection.GetType()=='Control'){var A=FCKSelecti… function
77GetSelectedCells().length==1) return 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.C…
H A Dfckeditorcode_gecko.js64GetSelectedCells();var C=[];for (var i=0;i<B.length;i++){var D=FCKTools.GetElementAscensor(B[i],'T…
65 FCKTableHandler.GetSelectedCells=function(){var A=[];var B=FCK.EditorWindow.getSelection();if (B.ra… function
76GetSelectedCells().length==1) return 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.C…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js75GetSelectedCells();var C=[];for (var i=0;i<B.length;i++){var D=B[i].parentNode;C[D.rowIndex]=D;};f…
76 FCKTableHandler.GetSelectedCells=function(){var A=[];var B=FCKSelection.GetSelection();if (B.rangeC… function
87GetSelectedCells().length==1) return 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.C…
H A Dfckeditorcode_ie.js79GetSelectedCells();var C=[];for (var i=0;i<B.length;i++){var D=B[i].parentNode;C[D.rowIndex]=D;};f…
80 FCKTableHandler.GetSelectedCells=function(){if (FCKSelection.GetType()=='Control'){var A=FCKSelecti… function
91GetSelectedCells().length==1) return 0;else return -1;case 'TableMergeCells':if (FCKTableHandler.C…