A plugin for CKEditor 4, that add toolbar's groups with buttons relevant to tabletools plugin's table's context menu items actions.
- table - contains buttons for work with tables
- tablerow - contains buttons for work with rows
- tablecolumn - contains buttons for work with columns
- tablecell - contains buttons for work with cells (except merge/split)
- tablecellmergesplit - contains buttons for cell merge/split
Add required toolbar's group to your toolbar's config:
toolbarGroups : [
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
...
{ name: 'others', groups: [ 'others' ] },
'/',
{ name: 'tables', groups: [ 'table','tablerow','tablecolumn', 'tablecell','tablecellmergesplit' ] }
]
});
For more info please read official toolbar configuration guide.
Icons (some with partial changes)from "Farm-Fresh Web Icons".
- Finish (add test by contribution guide) - ckeditor/ckeditor4#279
- Push rename Vertical/Horizontal split translated to Russia ("Разрезать вертикально" вместо "Разделить по вертикали").
- Change split/merge icons to something more comprehensible.