A
A
agent11562017-02-01 17:26:58
Yii
agent1156, 2017-02-01 17:26:58

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 question

Ask a Question

731 491 924 answers to any question