Searched refs:getSelectedCells (Results 1 – 7 of 7) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 1 …},f]}]}]}],onShow:function(){this.cells=CKEDITOR.plugins.tabletools.getSelectedCells(this._.editor…
|
H A D | tableCell.js.unc | 305 this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( this._.editor.getSelection() );
|
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 1 …}}}]}]}]}],onShow:function(){this.cells=CKEDITOR.plugins.tabletools.getSelectedCells(this._.editor…
|
H A D | tableCell.js.unc | 184 this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( this._.editor.getSelection() );
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 1123 insertRow:f,insertColumn:l,getSelectedCells:a};CKEDITOR.plugins.add("tabletools",CKEDITOR.plugins.t… 1142 CKEDITOR.plugins.tabletools;v=q.getSelectedCells;u=q.getCellColIndex;x=q.insertRow;B=q.insertColumn…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 1194 ….TRISTATE_OFF}:null})},getCellColIndex:v,insertRow:r,insertColumn:u,getSelectedCells:q};CKEDITOR.p… property in CKEDITOR.plugins.tabletools 1217 …ard,tabletools",onLoad:function(){y=CKEDITOR.plugins.tabletools;v=y.getSelectedCells;C=y.getCellCo…
|
H A D | ckeditor.js.unc | 23676 getSelectedCells: q 24153 v = y.getSelectedCells;
|