Download the PHP package letyii/yii2-tinymce without Composer
On this page you can find all versions of the php package letyii/yii2-tinymce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download letyii/yii2-tinymce
More information about letyii/yii2-tinymce
Files in letyii/yii2-tinymce
Download letyii/yii2-tinymce
More information about letyii/yii2-tinymce
Files in letyii/yii2-tinymce
Vendor letyii
Package yii2-tinymce
Short Description TinyMce for yii2 textarea
License MIT
Homepage https://github.com/letyii/yii2-tinymce
Package yii2-tinymce
Short Description TinyMce for yii2 textarea
License MIT
Homepage https://github.com/letyii/yii2-tinymce
Please rate this library. Is it a good library?
Informations about the package yii2-tinymce
Yii2-tinymce is extention for Yii Framework 2.0
Renders a TinyMCE WYSIWYG text editor plugin widget.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your application's composer.json
file.
Usage Example
$model = Article::findOne(1);
echo $form->field($model, 'content')->widget(letyii\tinymce\Tinymce::className(), [
'options' => [
'class' => 'your_class',
],
'configs' => [ // Read more: http://www.tinymce.com/wiki.php/Configuration
'link_list' => [
[
'title' => 'My page 1',
'value' => 'http://www.tinymce.com',
],
[
'title' => 'My page 2',
'value' => 'http://www.tinymce.com',
],
],
],
]);
All versions of yii2-tinymce with dependencies
PHP Build Version
Package Version
The package letyii/yii2-tinymce contains the following files
Loading the files please wait ....