CKEditor Table Tools Toolbar
Categories
Component ID
2903130
Component name
CKEditor Table Tools Toolbar
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
570
Component created
Component changed
Component body
This module integrates the CKEditor Table Tools Toolbar plugin.
It provides a plugin for CKEditor 4, that add toolbar's groups with buttons relevant to tabletools plugin's table's context menu items actions.
Dependencies
This module requires to install the CKEditor "Table Tools Toolbar" plugin.
How to install dependencies via composer
-
Add ckeditor/tabletoolstoolbar repositories to your `composer.json`.
"repositories": [ { "type": "package", "package": { "name": "ckeditor/tabletoolstoolbar", "version": "0.0.1", "type": "drupal-library", "dist": { "url": "https://download.ckeditor.com/tabletoolstoolbar/releases/tabletoolstoolbar_0.0.1.zip", "type": "zip" } } } ], - Execute `composer require ckeditor/tabletoolstoolbar`
- Make sure there is the file `libraries/tabletoolstoolbar/plugin.js`.
How to install dependencies manually
- Download the plugin on the project page : https://ckeditor.com/addon/tabletoolstoolbar
- Create a libraries folder in your drupal root if it doesn't exist
- Extract the plugin archive in the librairies folder
- Make sure there is the file `libraries/tabletoolstoolbar/plugin.js`.
How to use
- Go to the format and editor config page and click configure on the format your
- want to edit :
- http://example.com/admin/config/content/formats
- Add the plugin buttons in your editor toolbar.
- Save, that's it.
