CHANGELOG.txt |
CHANGELOG.txt |
|
CKeditor Responsive Plugin 7.x-1.0-beta1, 2016-11-22
--------------------------
- Change module's composer namespace
- Update documentation
- Update README.txt
- Change text strings to english
- Edit module's metadata |
ckeditor_responsive_plugin.info |
ckeditor_responsive_plugin.info |
|
name = CKeditor Responsive Plugin
description = This module provide a CKeditor plugin which allows the user to add responsive area in a textarea
dependencies[] = ckeditor
package = User interface
core = 7.x
configure = admin/config/content/ckeditor |
ckeditor_responsive_plugin.install |
ckeditor_responsive_plugin.install |
|
Install, update, and uninstall functions for the module. |
ckeditor_responsive_plugin.module |
ckeditor_responsive_plugin.module |
|
Hooks implementations. |
LICENCE.txt |
LICENCE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and… |
README.txt |
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… |
responsivness.css |
responsivness/responsivness.css |
|
.ckeditor-col-container {
width : 100%;
}
/* 4.85%; } /* grid_1 */
.onecol,
.grid-1 {
width: 5.801104972%;
}
/* 13.45%; } /* grid_2 */
.twocol,
.grid-2 {
width: 14.364640883%;
}
/* 22.05%; } /* grid_3 */
.threecol,
.grid-3 {
width:… |