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
php composer.phar require "letyii/yii2-tinymce" "dev-master"
or add
"letyii/yii2-tinymce": "dev-master"
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' => [
'id' => 'testid',
],
'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',
],
],
],
]);
Great Extension
Great Extension
very tanks...
i want to add plugin for insert images or upload in tinymce,but i cant do this it,please help me to perform this.
tanks
Function Upload images and insert to tinymce
@gmail: Hi you, that function will write on future
Function Upload images and insert to tinymce
@Ngựa Gỗ:tanks.this function very much needed..
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.