Skip to content

pceuropa/yii2-ckeditor-upload-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ckeditor for Yii2 Framework with upload files

installation by copy/paste js file without composer

Installation

Add the following code to the file view (e.g _form.php)

$this->registerJsFile('@web/js/ckeditor/ckeditor.js');

<?= $form->field($model, 'description')->textarea(['class' => 'ckeditor']) ?>

Configuration ckeditor

Configuration is file /js/ckeditor/config.js

Configuration upload file (kcfinder)

Configuration is file /js/ckeditor/kcfinder/config.php

About

installation by copy/paste js file without composer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published