PHPackages                             kilyakus/yii2-widget-tinymce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. kilyakus/yii2-widget-tinymce

ActiveLibrary[Templating &amp; Views](/categories/templating)

kilyakus/yii2-widget-tinymce
============================

Yii2 TinyMCE widget

00JavaScript

Since Apr 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Kilyakus/yii2-widget-tinymce)[ Packagist](https://packagist.org/packages/kilyakus/yii2-widget-tinymce)[ RSS](/packages/kilyakus-yii2-widget-tinymce/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-tinymce
============

[](#yii2-tinymce)

Renders a TinyMCE WYSIWYG text editor plugin widget. Inspired by [2amigos/yii2-tinymce-widget](https://github.com/2amigos/yii2-tinymce-widget) extension

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

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

```

or add

```
"pendalf89/yii2-tinymce": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

In view files:

```
use pendalf89\tinymce\TinyMce;
