2017 © Pedro Peláez
 

yii2-extension yii2-ckeditor

CKEditor widget for Yii2.

image

maverick/yii2-ckeditor

CKEditor widget for Yii2.

  • Tuesday, August 11, 2015
  • by maverick3609
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 76 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

CKEditor Widget for Yii2

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

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

Installation

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

Either run, (*4)

composer require 2amigos/yii2-ckeditor-widget:~1.0

or add, (*5)

"2amigos/yii2-ckeditor-widget" : "~1.0"

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

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., (*7)

Usage

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

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


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

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


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

Testing

To test the extension, is better to clone this repository on your computer. After, go to the extensions folder and do the following (assuming you have composer installed on your computer):, (*11)

$ composer install --no-interaction --prefer-source --dev

Once all required libraries are installed then do:, (*12)

$ vendor/bin/phpunit

Further Information

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

Contributing

Please see CONTRIBUTING for details., (*14)

Credits

License

The BSD License (BSD). Please see License File for more information., (*15)

2amigOS!
Web development has never been so fun!
www.2amigos.us, (*16)

The Versions

11/08 2015

dev-master

9999999-dev http://yiiwheels.com/extension/ckeditor-widget

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Deep Jyot Singh (aka maverick)

extension yii2 2amigos yii yii 2 widget ckeditor

30/04 2015

1.0.4

1.0.4.0 http://yiiwheels.com/extension/ckeditor-widget

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget ckeditor

11/04 2015

1.0.3

1.0.3.0 http://yiiwheels.com/extension/ckeditor-widget

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget ckeditor

16/03 2015

1.0.2

1.0.2.0 http://yiiwheels.com/extension/ckeditor-widget

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget ckeditor

04/03 2015

1.0.1

1.0.1.0

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii widget ckeditor

02/03 2015

1.0.0

1.0.0.0

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii widget ckeditor

03/05 2014

0.1.1

0.1.1.0

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii widget ckeditor

12/03 2014

0.1.0

0.1.0.0

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii widget ckeditor