2017 © Pedro Peláez
 

yii2-extension yii2-tinymce

TinyMCE widget for Yii2.

image

powerkernel/yii2-tinymce

TinyMCE widget for Yii2.

  • Tuesday, March 20, 2018
  • by powerkernel
  • Repository
  • 1 Watchers
  • 2 Stars
  • 127 Installations
  • JavaScript
  • 4 Dependents
  • 0 Suggesters
  • 39 Forks
  • 0 Open issues
  • 4 Versions
  • 23 % Grown

The README.md

TinyMCE Widget for Yii2

forked from 2amigos/yii2-tinymce-widget, (*1)

Installation

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

Either run, (*3)

composer require powerkernel/yii2-tinymce "*"

or add, (*4)

"powerkernel/yii2-tinymce": "*"

to the require section of your application's composer.json file., (*5)

Usage

use powerkernel\tinymce\TinyMce;

= $form->field($model, 'text')->widget(TinyMce::class, []);?>

Custom Options

<?= $form->field($model, 'text')->widget(TinyMce::class, [
    'options' => ['rows' => 6],
    'clientOptions' => [
        'height'=>320,
        'menubar'=> true,
        'plugins' => [
            "advlist autolink lists link charmap print preview anchor",
            "searchreplace visualblocks code fullscreen",
            "insertdatetime media table contextmenu paste image"
        ],
        'toolbar' => "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | removeformat code"
    ]    
]);?>

The Versions

20/03 2018

dev-master

9999999-dev

TinyMCE widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 2amigos yii yii 2 widget tinymce

01/12 2017

2.0.4

2.0.4.0

TinyMCE widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 2amigos yii yii 2 widget tinymce

01/12 2017

2.0.3

2.0.3.0

TinyMCE widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 2amigos yii yii 2 widget tinymce

17/10 2016

2.0.2

2.0.2.0

TinyMCE widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 2amigos yii yii 2 widget tinymce