Searched refs:emptyCells (Results 1 – 2 of 2) sorted by relevance
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 1208 b));this.setSelectedCells(d)};q.prototype.emptyCells=function(a){a=a||this.cells.all;for(var b=0;b<… method in q 1209 …(a.stop(),k?(f.insertRow(1,1===k,!0),e.selectElement(f.rows.first)):(f.emptyCells(),t(d,f.cells.al… 1210 …f.cells.first),d.once("afterPaste",function(){d.fire("lockSnapshot");f.emptyCells(f.cells.all.slic…
|
H A D | ckeditor.js.unc | 23974 q.prototype.emptyCells = function(a) { 24012 … k ? (f.insertRow(1, 1 === k, !0), e.selectElement(f.rows.first)) : (f.emptyCells(), t(d, f.cells.… 24017 f.emptyCells(f.cells.all.slice(1));
|