You are here

README.txt in CKEditor Responsive Plugin 8

Same filename and directory in other branches
  1. 7 README.txt
  2. 2.0.x README.txt
CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Installation
 * Troubleshooting
 * FAQ
 * Maintainers


INTRODUCTION
------------

This module, used on top of CKEditor allows the use of responsive area within 
rich editing textarea. 

Instead of tables, the plugins insert divs with standard responsive css lasses.

 * For a full description of the module, visit the project sandbox page:
   https://www.drupal.org/project/ckeditor_responsive_plugin

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/2424721


REQUIREMENTS
------------
This module requires the following module:

 * CKEditor (Enabled in Drupal 8)


INSTALLATION
------------

This module requires CKEditor module to be installed

Copy the module folder to your module directory, enable it on the admin module
page.

Enable the module, and follow the line to your CKEditor profile for which you
want to enable the plugin. ie : /admin/config/content/formats/manage/full_html

 1. Drag the button on your toolbar (the button is the one showed in
docs/button.jpg
 3. The text format you are using should allow div to be used within the 
 textarea. (If you are using the "Limit allowed HTML tags" you should add 
 "<div class="">) in the allowed HTML tags list.
 4. The added css classes are "*col" (onecol, twocol...) and grid-* (grid-1 
 grid-2...) Make sure theses classes are working with your theme. If they 
 don't, have a look to the js/plugins/responsivearea/responsivearea.css file to copy
 the appropriates classes. 


TROUBLESHOOTING
---------------

 * If the button does not display on the toolbar, check the following:

   - Is the button is present on CKEditor visual toolbar configuration ?
   - Did "<div class=""> is present in the allowed HTML tags list ?


MAINTAINERS
-----------

Current maintainers:
 * Kevin Gautreau (kgaut) - https://drupal.org/user/686336

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Troubleshooting
  7. * FAQ
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. This module, used on top of CKEditor allows the use of responsive area within
  12. rich editing textarea.
  13. Instead of tables, the plugins insert divs with standard responsive css lasses.
  14. * For a full description of the module, visit the project sandbox page:
  15. https://www.drupal.org/project/ckeditor_responsive_plugin
  16. * To submit bug reports and feature suggestions, or to track changes:
  17. https://www.drupal.org/project/issues/2424721
  18. REQUIREMENTS
  19. ------------
  20. This module requires the following module:
  21. * CKEditor (Enabled in Drupal 8)
  22. INSTALLATION
  23. ------------
  24. This module requires CKEditor module to be installed
  25. Copy the module folder to your module directory, enable it on the admin module
  26. page.
  27. Enable the module, and follow the line to your CKEditor profile for which you
  28. want to enable the plugin. ie : /admin/config/content/formats/manage/full_html
  29. 1. Drag the button on your toolbar (the button is the one showed in
  30. docs/button.jpg
  31. 3. The text format you are using should allow div to be used within the
  32. textarea. (If you are using the "Limit allowed HTML tags" you should add
  33. "
    ) in the allowed HTML tags list.
  34. 4. The added css classes are "*col" (onecol, twocol...) and grid-* (grid-1
  35. grid-2...) Make sure theses classes are working with your theme. If they
  36. don't, have a look to the js/plugins/responsivearea/responsivearea.css file to copy
  37. the appropriates classes.
  38. TROUBLESHOOTING
  39. ---------------
  40. * If the button does not display on the toolbar, check the following:
  41. - Is the button is present on CKEditor visual toolbar configuration ?
  42. - Did "
    is present in the allowed HTML tags list ?
  43. MAINTAINERS
  44. -----------
  45. Current maintainers:
  46. * Kevin Gautreau (kgaut) - https://drupal.org/user/686336