2017 © Pedro Peláez
 

silverstripe-module silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

image

mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  • Tuesday, February 13, 2018
  • by Chibby
  • Repository
  • 8 Watchers
  • 10 Stars
  • 2,047 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 8 Open issues
  • 13 Versions
  • 11 % Grown

The README.md

silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4., (*1)

Screenshop, (*2)

Usage

  • HtmlEditorConfig is replaced with CustomHtmlEditorConfig
  • HtmlEditorField is replaced with CustomHtmlEditorField

When using this module, beware: using HTMLEditorField will probably break the admin. Replace all occurences with CustomHTMLEditorField., (*3)

There are two use cases:

  1. Using automatic scaffolding (scaffoldFormField):
    private static $db = array(
        'CustomContent' => 'CustomHTMLText'
    )
  1. Using updateCMSFields or getCMSFields:
    public function getCMSFields() {
        $fields = parent::getCMSFields();

        $fields->insertAfter(
            CustomHTMLEditorField::create('CustomContent', 'Custom Content')->addExtraClass('stacked'),
            'Content'
        );

        return $fields;
    }

Note: Be sure to allow access to 'thirdparty/tinymce/tiny_mce_gzip.php'; a .htaccess file is added, some extra configuration is required when using Nginx., (*4)

The Versions

13/02 2018

1.1.x-dev

1.1.9999999.9999999-dev https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

13/02 2018

dev-master

9999999-dev https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

13/02 2018

1.1.8

1.1.8.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

22/11 2017

1.1.7

1.1.7.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

12/06 2017

1.1.6

1.1.6.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

12/06 2017

1.1.5

1.1.5.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

09/11 2016

dev-linktype-tel

dev-linktype-tel https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

15/07 2016

1.1.4

1.1.4.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

15/07 2016

1.1.3

1.1.3.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

08/07 2016

1.1.2

1.1.2.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

20/10 2015

1.1.0

1.1.0.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

20/10 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor

21/05 2015

1.0.0

1.0.0.0 https://github.com/Mediaweb/silverstripe-tinymce4

Replaces the default Silverstripe HTMLEditor (TinyMCE v3) with TinyMCE v4.

  Sources   Download

BSD-3-Clause

The Requires

 

by Gabrijel Gavranović

tinymce editor silverstripe htmleditor