apollo/yii2-tinymce TinyMce for yii2 textarea

tinymce

TinyMce widget for yii2

Usage

 <?=
    $form->field($model, 'message')->widget(\Apollo\TinyMceField::className(), ['options' => ['rows' => 6],

        'clientOptions' => [

            'selector' => 'textarea',
            'theme' => "modern",
            'plugins' => ["advlist autolink lists link image charmap print preview hr anchor pagebreak",
                "searchreplace wordcount visualblocks visualchars code fullscreen",
                "insertdatetime media nonbreaking save table contextmenu directionality",
                "emoticons template paste textcolor"],

        ],

    ]);

    ?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
1 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
117 total downloads