2017 © Pedro Peláez
 

library yii2-tinymce

TinyMce for yii2 textarea

image

letyii/yii2-tinymce

TinyMce for yii2 textarea

  • Wednesday, July 8, 2015
  • by nguago
  • Repository
  • 6 Watchers
  • 8 Stars
  • 5,439 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Yii2-tinymce is extention for Yii Framework 2.0

Renders a TinyMCE 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 "letyii/yii2-tinymce" "*"

or add, (*4)

"letyii/yii2-tinymce": "*"

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

Usage Example

$model = Article::findOne(1);
echo $form->field($model, 'content')->widget(letyii\tinymce\Tinymce::className(), [
    'options' => [
        'class' => 'your_class',
    ],
    'configs' => [ // Read more: http://www.tinymce.com/wiki.php/Configuration
        'link_list' => [
            [
                'title' => 'My page 1',
                'value' => 'http://www.tinymce.com',
            ],
            [
                'title' => 'My page 2',
                'value' => 'http://www.tinymce.com',
            ],
        ],
    ],
]);

The Versions

08/07 2015

dev-master

9999999-dev https://github.com/letyii/yii2-tinymce

TinyMce for yii2 textarea

  Sources   Download

MIT

The Requires

 

yii2 tinymce

12/05 2015

1.0

1.0.0.0 https://github.com/letyii/yii2-tinymce

TinyMce for yii2 textarea

  Sources   Download

MIT

The Requires

 

yii2 tinymce