likemusic / CKEditorTableCellsSelection

CKEditor plugin for intuitive table cells selection (like MS Excel or Google Docs).
MIT License
1 stars 2 forks source link

CKEditorTableCellsSelection

CKEditor plugin for intuitive table cells selection (like MS Excel or Google Docs). This is wrapper for CKEditor about tablecellsselection jQuery plugin

CKEditorTableCellsSelection

Usage example

CKEDITOR.replace( 'editor1',{
    extraPlugins:'ckeditortablecellsselection'
});

For more info see "Installing Plugins" official documentation

TODO

Integrate with CKEditor Selection API.

Licence

The MIT License (MIT).