2017 © Pedro Peláez
 

cakephp-plugin wysiwyg-cake

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

image

froala/wysiwyg-cake

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  • Sunday, June 24, 2018
  • by stefanneculai
  • Repository
  • 3 Watchers
  • 3 Stars
  • 220 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 6 Open issues
  • 38 Versions
  • 14 % Grown

The README.md

Froala WYSIWYG Editor Plugin for CakePHP 3

Packagist Packagist, (*1)

CakePHP Plugin for Froala Javascript WYSIWYG Text Editor. For CakePHP >=3.0., (*2)

See froala/wysiwyg-cake2 for CakePHP version 2., (*3)

About

The purpose of placing Froala WYSIWYG Editor in a plugin is to keep it separate from a themed view, the regular webroot or the app in general, which makes it easier to update and overall follows the idea of keeping the code clean and modular., (*4)

Installation

To use Froala WYSIWYG Editor you need to clone git repository:, (*5)

git clone git://github.com/froala/wysiwyg-cake.git Plugin/Froala

Or if your CakePHP application is setup as a git repository, you can add it as a submodule:, (*6)

git submodule add git://github.com/froala/wysiwyg-cake.git Plugin/Froala

Or open terminal/command prompt (windows) type composer require froala/wysiwyg-cake, (*7)

Alternatively, you can download an archive from the master branch on Github and extract the contents to Froala plugin., (*8)

Make sure that you load the plugin routes by adding to your bootstrap file(bootstrap.php) in config folder:, (*9)

Plugin::loadAll(); or Plugin::load('Froala'); This will load all plugins at once or only the Froala plugin., (*10)

Usage

The Froala helper is basically just a convenience helper that allows you to use php and CakePHP conventions to generate the configuration for Froala and as an extra it allows you to load configs., (*11)

// Loads Froala Editor javascript also will load all the plugins and css for the plugins
= $this->Froala->plugin();?>

// Will target one specific html selector on which the editor will be init.
// Second paramenter is mix can be array/object of options that the Froala Editor will take.

= $this->Froala->editor('#froala', array('option' => value));?>

How to use the helper

Since CakePHP 3.0 it is necessary to activate the plugin in your application. To do so, edit app/Config/bootstrap.php and add the line CakePlugin::load('Froala'); at the bottom. If you already have CakePlugin::loadAll(); to auto-load all plugins then you may skip this step., (*12)

Wherever you want to use it, load it in the controller, (*13)

open AppController.php (your project/src/controller/AppController) Declare variable public $helpers = array('Froala.Froala');, (*14)

class AppController extends Controller
{
    ...

    public $helpers = array('Froala.Froala');

    ...
}

In the view page (template) add, (*15)

<?= $this->Froala->editor('#froala-editor'');?>

This is a simple init example with no options for the Froala Editor. Include the below statement in your view template to integrate the plugins in your editor, (*16)

$this->Froala->plugin();
$this->Froala->editor('selector');

This will instruct Froala to convert the matched element on the page to Froala editor., (*17)

A complete list of Froala configuration options are on the website., (*18)

Default options

If you want a quick way to configure default values for all the Froala Editors of an application, you could use the 'Froala.editorOptions' configuration., (*19)

Here is an example of a line you could have in bootstrap.php:, (*20)

Configure::write('Froala.editorOptions', array('height' => '300px'));

It will make all editors to have a 300px height and apply line braker tags. You may want to override this value for a single editor. To do so, just pass the option to the editor() method and it will override the default value., (*21)

Usage examples

Example of init using array of options, (*22)


// '#comment' Represents the html element selector. // 'array()' Represents the list of options that are passed to the editor. $this->Froala->editor('#comment', array('minHeight => '200px', 'maxHeight' => '400px'));

Requirements

  • PHP version: PHP 5.2+

License

The CakePHP Froala WYSIWYG Editor project is under MIT license. However, in order to use WordPress Froala WYSIWYG Editor plugin you should purchase a license for it., (*23)

Froala Editor has 3 different licenses for commercial use. For details please see License Agreement., (*24)

The Versions

24/06 2018

dev-master

9999999-dev https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

proprietary One Website Advanced OEM Business Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

20/06 2018

2.8.2

2.8.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

26/04 2018

2.8.1

2.8.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

13/04 2018

2.8.0

2.8.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

08/03 2018

2.7.6

2.7.6.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

02/02 2018

2.7.5

2.7.5.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

31/01 2018

2.7.4

2.7.4.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

Business Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

11/12 2017

2.7.3

2.7.3.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

Business Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

23/11 2017

2.7.2

2.7.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

Business Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

19/09 2017

2.7.0

2.7.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

Business Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

13/09 2017

2.6.6

2.6.6.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

OEM Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

17/08 2017

2.6.5

2.6.5.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

OEM Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

21/07 2017

2.6.4

2.6.4.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

OEM Hobby Professional

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

23/06 2017

2.6.2

2.6.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

25/05 2017

2.6.1

2.6.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

05/05 2017

2.6.0

2.6.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

The Development Requires

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor wysiwyg editor froala cake php 3

14/03 2017

2.5.1

2.5.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

27/02 2017

2.5.0

2.5.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

26/01 2017

2.4.1

2.4.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

09/12 2016

2.4.0

2.4.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

19/10 2016

2.3.5

2.3.5.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

21/07 2016

2.3.4

2.3.4.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

20/06 2016

2.3.3

2.3.3.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

08/06 2016

2.3.2

2.3.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

03/06 2016

2.3.1

2.3.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

20/05 2016

2.3.0

2.3.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

22/04 2016

2.2.4

2.2.4.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

04/04 2016

2.2.3

2.2.3.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

26/03 2016

2.2.2

2.2.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

02/03 2016

2.2.1

2.2.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

29/02 2016

2.2.0

2.2.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

01/02 2016

2.1.0

2.1.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

14/12 2015

2.0.5

2.0.5.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

08/12 2015

2.0.3

2.0.3.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

07/12 2015

2.0.2

2.0.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

17/11 2015

2.0.1

2.0.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.

  Sources   Download

One Website Advanced OEM

The Requires

 

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor

24/01 2015

1.2.5

1.2.5.0 http://editor.froala.com

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready flat design.

  Sources   Download

OEM CC NC-ND Single Website Developer Business

The Requires

 

by Froala Labs

html text editor wysiwyg froala rich

01/10 2014

1.2.2

1.2.2.0 http://editor.froala.com

A beautiful jQuery WYSIWYG text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready flat design.

  Sources   Download

OEM CC NC-ND Single Website Developer Business

The Requires

 

by Froala Labs

html text editor wysiwyg froala rich