2017 © Pedro Peláez
 

library yii2-tinymce

Tinymce widget for Yii 2

image

kant/yii2-tinymce

Tinymce widget for Yii 2

  • Monday, September 11, 2017
  • by bearlord
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Tinymce Extension for Yii 2

This extension provides The Most Advanced WYSIWYG HTML Editor tinymce, called Gii, for Yii framework 2.0 applications., (*1)

For license information check the LICENSE-file., (*2)

Installation

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

Either run, (*4)

php composer.phar require --prefer-dist kant/yii2-tinymce

or add, (*5)

"kant/yii2-tinymce": "~0.2"

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

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*7)

= $form->field($model, 'content')->textarea([
    //options
    ])->widget(TinymceWidget::class, [
        'clientOptions' => [
            'height' => '300px',
            //options
            ]
    ]); ?>

clientOptions are refered tinymce's official agruments:, (*8)

see tinymce/docs, (*9)

The Versions

11/09 2017

dev-master

9999999-dev

Tinymce widget for Yii 2

  Sources   Download

The Requires

  • php >=5.4.0

 

11/09 2017

0.2

0.2.0.0

Tinymce widget for Yii 2

  Sources   Download

The Requires

  • php >=5.4.0

 

31/08 2017

0.1

0.1.0.0

Tinymce widget for Yii 2

  Sources   Download

The Requires

  • php >=5.4.0