PHPackages                             tecsin/yii2-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. tecsin/yii2-tinymce

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

tecsin/yii2-tinymce
===================

TinyMCE extension for Yii2, with elFinder as its file picker features.

1.0.1(8y ago)2530LGPL-2.1PHP

Since Apr 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/tecsin/yii2-tinymce)[ Packagist](https://packagist.org/packages/tecsin/yii2-tinymce)[ RSS](/packages/tecsin-yii2-tinymce/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Yii2 TinyMCE
============

[](#yii2-tinymce)

TinyMCE extension for Yii2, with elFinder as its file picker features.

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

[](#installation)

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

Either run

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

```

or add

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

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

tinyMCE WYSIWYG Editor :
------------------------

[](#tinymce-wysiwyg-editor--)

with model

```
    /**
     * @var array clientOptions The client options for TinyMCE JS plugin.
     * @see http://www.tinymce.com/wiki.php/Configuration
     */
