2017 © Pedro Peláez
 

yii2-extension yii2-trumbowyg

The Trumbowyg WYSIWYG Editor widget for yii2 framework

image

artkost/yii2-trumbowyg

The Trumbowyg WYSIWYG Editor widget for yii2 framework

  • Sunday, September 3, 2017
  • by JiLiZART
  • Repository
  • 3 Watchers
  • 17 Stars
  • 1,303 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 2 Open issues
  • 4 Versions
  • 23 % Grown

The README.md

The Trumbowyg WYSIWYG Editor widget for Yii 2

Wrapper for Trumbowyg WYSIWYG., (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist artkost/yii2-trumbowyg "@stable"

or add, (*4)

"artkost/yii2-trumbowyg": "@stable"

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

Usage

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

Use as widget

echo \artkost\yii2\trumbowyg\Trumbowyg::widget([
    'name' => 'myname',
    'settings' => [
        'lang' => 'ru'
    ]
]);

Use as ActiveForm widget

use artkost\yii2\trumbowyg\Trumbowyg;

echo $form->field($model, 'content')->widget(Trumbowyg::className(), [
    'settings' => [
        'lang' => 'ru'
    ]
]);

The Versions

03/09 2017

2.0.x-dev

2.0.9999999.9999999-dev

The Trumbowyg WYSIWYG Editor widget for yii2 framework

  Sources   Download

MIT

The Requires

 

by Nikolay Kostyurin
by A.Kustov

yii2 yii 2 widget wysiwyg trumbowyg

03/09 2017

2.0.1

2.0.1.0

The Trumbowyg WYSIWYG Editor widget for yii2 framework

  Sources   Download

MIT

The Requires

 

by Nikolay Kostyurin
by A.Kustov

yii2 yii 2 widget wysiwyg trumbowyg

14/05 2017

2.0

2.0.0.0

The Trumbowyg WYSIWYG Editor widget for yii2 framework

  Sources   Download

MIT

The Requires

 

by Nikolay Kostyurin
by A.Kustov

yii2 yii 2 widget wysiwyg trumbowyg

09/03 2015

dev-master

9999999-dev

The Trumbowyg WYSIWYG Editor widget for yii2 framework

  Sources   Download

MIT

The Requires

 

by Nikolay Kostyurin

yii2 yii 2 widget wysiwyg trumbowyg