Searched refs:getTableMap (Results 1 – 2 of 2) sorted by relevance
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 1205 …a[0].getAscendant("tr");this.rows.last=this.cells.last.getAscendant("tr")};q.prototype.getTableMap= method in q 1209 …),e.selectElement(f.rows.first)):(f.emptyCells(),t(d,f.cells.all)),a=f.getTableMap(),l=CKEDITOR.to… 1210 f.insertRow(l.length-a.length),f.insertColumn(b(l)-b(a)),a=f.getTableMap(),this.pasteTable(f,a,l),d…
|
H A D | ckeditor.js.unc | 23935 q.prototype.getTableMap = function() { 24012 …)), a = f.getTableMap(), l = CKEDITOR.tools.buildTableMap(h), f.insertRow(l.length - a.length), f.…
|