2017 © Pedro Peláez
 

yii2-extension yii2-ckeditor-widget

CKEditor widget for Yii2.

image

sibds/yii2-ckeditor-widget

CKEditor widget for Yii2.

  • Monday, January 11, 2016
  • by mazurva
  • Repository
  • 1 Watchers
  • 0 Stars
  • 116 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 75 Forks
  • 0 Open issues
  • 8 Versions
  • 18 % Grown

The README.md

CKEditor Widget for Yii2

Based on 2amigos/yii2-ckeditor-widget, (*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 sibds/yii2-ckeditor-widget:~1.0

or add, (*5)

"sibds/yii2-ckeditor-widget" : "~1.0"

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

Skins & Plugins

Default: Office2013, (*7)

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

Plugins:, (*9)

Usage

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

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


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

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


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

License

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

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

The Versions

11/01 2016

dev-master

9999999-dev

CKEditor widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget ckeditor sibds

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