kgaut/ckeditor_responsive_plugin

此包已被 废弃 且不再维护。未建议替代包。

此模块提供CKeditor插件,允许用户在文本区域内添加响应式区域。

安装: 22

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

语言:JavaScript

类型:drupal-module

dev-8.x-1.x 2017-04-19 18:01 UTC

This package is not auto-updated.

Last update: 2020-02-20 16:13:07 UTC


README

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