2017 © Pedro Peláez
 

yii2-extension yii2-sceditor

SCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework

image

franciscomaya/yii2-sceditor

SCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework

  • Wednesday, September 2, 2015
  • by franciscomaya
  • Repository
  • 3 Watchers
  • 3 Stars
  • 4,217 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

SCEditor Extension for Yii 2.0 Framework

SCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework, (*1)

Installation

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

Either run, (*3)

php composer.phar require franciscomaya/yii2-sceditor:dev-master

or add, (*4)

"franciscomaya/yii2-sceditor" : "dev-master"

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

Usage

Once the extension is installed, simply use it in your code by :, (*6)

use franciscomaya\sceditor\SCEditor;

= $form->field($model, 'text')->widget(SCEditor::className(), [
        'options' => ['rows' => 6],
        'clientOptions' => [
            'plugins' => 'bbcode',
        ]
    ]) ?>

Further Information

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

The Versions

02/09 2015

dev-master

9999999-dev

SCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Francisco Maya Sarasty

extension yii2 yii bbcode xhtml sceditor