2017 © Pedro Peláez
 

yii2-extension yii2-tinymce

The TinyMCE Extension for yii framework

image

moonlandsoft/yii2-tinymce

The TinyMCE Extension for yii framework

  • Thursday, September 3, 2015
  • by moonlandsoft
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3,956 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 9 Forks
  • 4 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

moonlandsoft/yii2-tinymce

The TinyMCE Extension for yii framework, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Installation

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

Either run, (*4)

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

or add, (*5)

"moonlandsoft/yii2-tinymce": "*"

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

Usage

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

use moonland\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,
    ]
]);

The Versions

03/09 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