ckeditor-tabber.css |
css/ckeditor-tabber.css |
|
/*
Tabber tabs that have not been created using Javascript
*/
/* clearfix */
dl.ckeditor-tabber:before,
dl.ckeditor-tabber:after {
content: " "; /* 1 */
display: table; /* 2 */
}
dl.ckeditor-tabber:after {
clear: both;
}
/*… |
CKEditorTabber.php |
src/Plugin/CKEditorPlugin/CKEditorTabber.php |
Drupal\ckeditor_tabber\Plugin\CKEditorPlugin |
Contains \Drupal\ckeditor_tabber\Plugin\CKEditorPlugin\CKEditorTabber. |
ckeditor_tabber.info.yml |
ckeditor_tabber.info.yml |
|
ckeditor_tabber.info.yml |
ckeditor_tabber.libraries.yml |
ckeditor_tabber.libraries.yml |
|
ckeditor_tabber.libraries.yml |
ckeditor_tabber.module |
ckeditor_tabber.module |
|
|
README.txt |
README.txt |
|
README.txt
==========
Tabbed content for Drupal 8 CKEditor
------------------------
Requires - Drupal 8
Overview:
--------
Adds a new button to Drupal 8's built in CKEditor which allows the user to create tabbed content on their pages.
The… |
tabber.css |
js/plugins/tabber/tabber.css |
|
/* Small CSS to differentiate tabs durng edition */
dl.ckeditor-tabber {
border: dashed 2px #FDD835;
padding: 40px 20px 0;
position: relative;
}
dl.ckeditor-tabber dt {
border: dashed 1px #1E88E5;
display: inline-block;
padding: 5px… |