2017 © Pedro Peláez
 

yii2-extension yii2-tinymce

The TinyMCE Extension for yii framework

image

fonclub/yii2-tinymce

The TinyMCE Extension for yii framework

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

fonclub/yii2-tinymce

The TinyMCE Extension for yii framework, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist fonclub/yii2-tinymce "*"

or add, (*4)

"fonclub/yii2-tinymce": "*"

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 fonclub\tinymce\TinyMCE;

echo TinyMCE::widget(['name' => 'text-content']);

$form->field($model, 'attribute')->widget(TinyMCE::className());

//toggle to tinyMCE or to textarea

echo TinyMCE::widget(['name' => 'text-content', 'toggle' => ['active' => true]]);

$form->field($model, 'attribute')->widget(TinyMCE::className(), [
    'toggle' => [
        'active' => true,
    ]
]);

Thank`s moonlandsoft/yii2-tinymce ;), (*7)

The Versions

03/02 2015

dev-master

9999999-dev

The TinyMCE Extension for yii framework

  Sources   Download

MIT

The Requires

 

by Moh Khoirul Anam

extension yii2 tinymce text editor wyswyg

24/01 2015

1.0.0

1.0.0.0

The TinyMCE Extension for yii framework

  Sources   Download

MIT

The Requires

 

by Moh Khoirul Anam

extension yii2 tinymce text editor wyswyg