CKEditor Table Tools Toolbar

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

  1. 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"
                }
            }
        }
    ],
  2. Execute `composer require ckeditor/tabletoolstoolbar`
  3. Make sure there is the file `libraries/tabletoolstoolbar/plugin.js`.

How to install dependencies manually

  1. Download the plugin on the project page : https://ckeditor.com/addon/tabletoolstoolbar
  2. Create a libraries folder in your drupal root if it doesn't exist
  3. Extract the plugin archive in the librairies folder
  4. Make sure there is the file `libraries/tabletoolstoolbar/plugin.js`.

How to use

  1. Go to the format and editor config page and click configure on the format your
  2. want to edit :
  3. http://example.com/admin/config/content/formats
  4. Add the plugin buttons in your editor toolbar.
  5. Save, that's it.