Home
last modified time | relevance | path

Searched refs:getSelectedCells (Results 1 – 7 of 7) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …},f]}]}]}],onShow:function(){this.cells=CKEDITOR.plugins.tabletools.getSelectedCells(this._.editor…
H A DtableCell.js.unc305 this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( this._.editor.getSelection() );
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …}}}]}]}]}],onShow:function(){this.cells=CKEDITOR.plugins.tabletools.getSelectedCells(this._.editor…
H A DtableCell.js.unc184 this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( this._.editor.getSelection() );
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js1123 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 Dckeditor.js1194 ….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 Dckeditor.js.unc23676 getSelectedCells: q
24153 v = y.getSelectedCells;