Answer the question
In order to leave comments, you need to log in
How to add a parameter so that you can upload files to the CKEditor?
use mihaildev\ckeditor\CKEditor;
<?php echo $form->field($model, 'text_ru')->widget(CKEditor::className(),[
'editorOptions' => [
'preset' => 'full', //разработанны стандартные настройки basic, standard, full данную возможность не обязательно использовать
'inline' => false, //по умолчанию false
],
]);?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question