Small CKEditor plugin for Drupal 8 that will add a widget button to create and manage tooltips in HTML.
Small CKEditor plugin for Drupal 8 that will add widget button to create and manage tooltips in HTML., (*1)
Be sure to add <span data-text data-link class=""> ... to the allowed HTML of your text format in Drupal., (*2)
<span data-text data-link class="">
Select a word in your html, click the tooltip button, fill in the fields, ok., (*3)
The result will be that the selected text is now wrapped in a "span" with class="tooltip" and a number of data attribtues., (*4)
Your Javascript developer should be able to handle it from there., (*5)
Sources Download
MIT