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

ActiveYii2-extension

dominus77/yii2-tinymce-widget
=============================

TinyMCE widget for Yii2.

v2.1.3(6y ago)810.3k—6.3%1MITPHP

Since Feb 24Pushed 5y ago2 watchersCompare

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

READMEChangelogDependencies (3)Versions (26)Used By (0)

TinyMCE 4 widget for Yii2
=========================

[](#tinymce-4--widget-for-yii2)

[![Latest Stable Version](https://camo.githubusercontent.com/74e5e5927871bd569b69e92c5f145ff6fef370b828f8cc0afff705cac4298a39/68747470733a2f2f706f7365722e707567782e6f72672f646f6d696e757337372f796969322d74696e796d63652d7769646765742f762f737461626c65)](https://packagist.org/packages/dominus77/yii2-tinymce-widget)[![License](https://camo.githubusercontent.com/bcbd8f1ec91b48734d6994ef4268fc499d6a067594f6969e75c8a593edfb9a93/68747470733a2f2f706f7365722e707567782e6f72672f646f6d696e757337372f796969322d74696e796d63652d7769646765742f6c6963656e7365)](https://github.com/Dominus77/yii2-tinymce-widget/blob/master/LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/0c6f61a8da248c19eb09cc08100eafae0879805101ee75a52b6523062364942a/68747470733a2f2f706f7365722e707567782e6f72672f646f6d696e757337372f796969322d74696e796d63652d7769646765742f646f776e6c6f616473)](https://packagist.org/packages/dominus77/yii2-tinymce-widget)

Renders a [TinyMCE WYSIWYG text editor](https://www.tinymce.com) widget with the support [ElFinder Extension for Yii 2](https://github.com/MihailDev/yii2-elfinder)

Supplements
-----------

[](#supplements)

A plugin [TinyMCE-FontAwesome-Plugin](https://github.com/josh18/TinyMCE-FontAwesome-Plugin/tree/master) that lets you insert FontAwesome icons via TinyMCE.

A plugin [Typografy](https://github.com/Dominus77/typograf) that lets implement [JavaScript typographer](https://github.com/typograf/typograf) in TinyMCE.

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

[](#installation)

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

Either run

```
composer require dominus77/yii2-tinymce-widget

```

or add

```
"dominus77/yii2-tinymce-widget": "^2.1"

```

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

Usage
-----

[](#usage)

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

```
