wieni / wmtooltip
Small CKEditor plugin for Drupal 8 that will add a widget button to create and manage tooltips in HTML.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Language:JavaScript
Type:drupal-module
This package is auto-updated.
Last update: 2020-01-20 10:39:53 UTC
README
Small CKEditor plugin for Drupal 8 that will add widget button to create and manage tooltips in HTML.
Caveat
Be sure to add <span data-text data-link class="">
... to the allowed HTML of your text format in Drupal.
What will this do?
Select a word in your html, click the tooltip button, fill in the fields, ok.
The result will be that the selected text is now wrapped in a "span" with class="tooltip" and a number of data attribtues.
Your Javascript developer should be able to handle it from there.