2017 © Pedro Peláez
 

yii2-extension yii2-widget-ckeditor

CKEditor widget for Yii2.

image

skeeks/yii2-widget-ckeditor

CKEditor widget for Yii2.

  • Monday, May 28, 2018
  • by skeeks-semenov
  • Repository
  • 1 Watchers
  • 1 Stars
  • 281 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

CKEditor Widget for Yii2

Renders a CKEditor WYSIWYG text editor plugin widget., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require "skeeks/yii2-widget-ckeditor" "*"

or add, (*4)

"skeeks/yii2-widget-ckeditor" : "*"

to the require section of your application's composer.json file., (*5)

Skins & Plugins

This widget works with default's dev-full/stable branch of CKEditor, with a set of plugins and skins. If you wish to configure a different skins or plugins that the one proposed, you will have to download them separately and configure the widget's clientOptions attribute accordingly., (*6)

Usage

The library comes with two widgets: CKEditor and CKEditorInline. One is for classic edition and the other for inline editing respectively., (*7)

Using a model with a basic preset:, (*8)


use skeeks\widget\ckeditor\CKEditor; = $form->field($model, 'text')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => 'basic' ]) ?>

Using inline edition with basic preset:, (*9)


use skeeks\widget\ckeditor\CKEditorInline; 'basic']);?> This text can be edited now :)

Further Information

Please, check the CKEditor plugin site documentation for further information about its configuration options., (*10)

skeeks!
Web development has never been so fun!
www.skeeks.com, (*11)

The Versions

28/05 2018

dev-master

9999999-dev https://skeeks.com

CKEditor widget for Yii2.

  Sources   Download

MIT BSD-3-Clause

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

07/06 2015

dev-release

dev-release http://www.skeeks.com

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

07/06 2015

1.0.5

1.0.5.0 http://www.skeeks.com

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

07/06 2015

1.0.6

1.0.6.0 http://www.skeeks.com

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

07/06 2015

1.0.4

1.0.4.0 http://www.skeeks.com

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

07/06 2015

1.0.3

1.0.3.0 http://www.skeeks.com

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

07/06 2015

1.0.2

1.0.2.0

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

07/06 2015

1.0.1

1.0.1.0

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor

30/10 2014

1.0.0

1.0.0.0

CKEditor widget for Yii2.

  Sources   Download

MIT

The Requires

 

by Semenov Alexander

extension yii widget ckeditor