Skip to content

Custom Drupal module. Better Ckeditor tables This custom module adds enhancements to Ckeditor 1) Set default html table width to 100% 2) Set default html table padding 5px 3) Set default html table margin and border to 0 4) Make html table summary required 5) Remove CKeditor empty p tags 6) Load Boostrap grid css/js in Ckeditor iframe when editing

License

Notifications You must be signed in to change notification settings

pcapp2114/custom-drupal-module-better-tables

Repository files navigation

CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Installation
* Permissions
* Configuration
* Maintainers


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

OSSWeb Ckeditor - Adds enhancements to Ckeditor

    1) Set default html table width to 100%
    2) Set default html table padding 5px
    3) Set default html table margin and border to 0
    4) Make html table summary required
    5) Remove CKeditor empty p tags <p>&nbsp</p>
    6) Load Boostrap grid css/js in Ckeditor iframe when editing

IMPORTANT
------------
Remove the request for the Bootstrap css map file in - bootstrap-grid.min.css
Delete this line at the bottom:
/*# sourceMappingURL=bootstrap-grid.min.css.map */

.map files allow a browser to download a full version of the minified JS. It is really for debugging purposes.

REQUIREMENTS
------------

No special requirements.


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

* Install as you would normally install a contributed Drupal module.
  See: https://www.drupal.org/node/895232 for further information.


PERMISSIONS
-------------

* There are no permission settings


CONFIGURATION
-------------

* There is no configuration needed


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

Current maintainers:
* There are no current maintenance

About

Custom Drupal module. Better Ckeditor tables This custom module adds enhancements to Ckeditor 1) Set default html table width to 100% 2) Set default html table padding 5px 3) Set default html table margin and border to 0 4) Make html table summary required 5) Remove CKeditor empty p tags 6) Load Boostrap grid css/js in Ckeditor iframe when editing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published