2017 © Pedro PelĂĄez
 

silverstripe-vendormodule silverstripe-tinymce-clearfloats

Adds a clear-floats plugin the CMS WYSIWYG editor

image

innoweb/silverstripe-tinymce-clearfloats

Adds a clear-floats plugin the CMS WYSIWYG editor

  • Friday, March 2, 2018
  • by xini
  • Repository
  • 2 Watchers
  • 2 Stars
  • 277 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 24 % Grown

The README.md

Silverstripe TinyMCE clear-floats plugin

Version License, (*1)

This is a Silverstripe port of the Wordpress plugin by David Bammes., (*2)

Overview

Adds a clear-floats plugin to the TinyMCE editor in the CMS., (*3)

It uses an image in the editor to visualise the clearing element and replaces it with a <br style="clear:both;" /> for display on the site., (*4)

CMS view CMS view, (*5)

Frontend view Frontend view, (*6)

Requirements

  • Silverstripe CMS 5.x

Note: this version is compatible with Silverstripe 5., (*7)

Installation

Install the module using composer:, (*8)

composer require innoweb/silverstripe-tinymce-clearfloats dev-master

or download or git clone the module into a ‘tinymce-clearfloats’ directory in your webroot., (*9)

Then run dev/build., (*10)

Configuration

To clean up whitespace added when the clearing <br> is the only element in a <p>, please add the following CSS in your editor.css file:, (*11)

p > br[style="clear: both;"]:only-child:first-child {
    content: ' ';
    display: block;
    margin: 0 0 -1.2em 0;
    overflow: hidden;
}

You should adjust the negative margin in the code above to negate the margin set on your <p> elements., (*12)

License

BSD 3-Clause License, see License, (*13)

The Versions

02/03 2018

dev-master

9999999-dev http://github.com/xini/silverstripe-tinymce-clearfloats

Adds a clear-floats plugin the CMS WYSIWYG editor

  Sources   Download

BSD-3-Clause

The Requires

 

tinymce silverstripe clear wysiwyg floats

02/03 2018

2.0.0

2.0.0.0 http://github.com/xini/silverstripe-tinymce-clearfloats

Adds a clear-floats plugin the CMS WYSIWYG editor

  Sources   Download

BSD-3-Clause

The Requires

 

tinymce silverstripe clear wysiwyg floats

25/05 2017

1.1.0

1.1.0.0 http://github.com/xini/silverstripe-tinymce-clearfloats

Adds a clear-floats plugin the CMS WYSIWYG editor

  Sources   Download

BSD-3-Clause

The Requires

 

tinymce silverstripe clear wysiwyg floats

25/05 2017

1.1.x-dev

1.1.9999999.9999999-dev http://github.com/xini/silverstripe-tinymce-clearfloats

Adds a clear-floats plugin the CMS WYSIWYG editor

  Sources   Download

BSD-3-Clause

The Requires

 

tinymce silverstripe clear wysiwyg floats

03/04 2017

1.0.0

1.0.0.0 http://github.com/xini/silverstripe-tinymce-clearfloats

Adds a clear-floats plugin the CMS WYSIWYG editor

  Sources   Download

BSD-3-Clause

The Requires

 

tinymce silverstripe clear wysiwyg floats