noumo / easyii-shop

Easyiicms simple shop with examples of all modules
96 stars 61 forks source link

Redactor widget did not run well #4

Open nhatnhat1090 opened 8 years ago

nhatnhat1090 commented 8 years ago

I could not see any plugin attached successfully in redactor widget. I had set the following code line: <?= $form->field($model, 'text')->widget(Redactor::className(),[ 'options' => [ 'minHeight' => 400, 'imageUpload' => Url::to(['/admin/redactor/upload', 'dir' => 'article'], true), 'fileUpload' => Url::to(['/admin/redactor/upload', 'dir' => 'article'], true), 'plugins' => ['fullscreen', 'fontfamily', 'fontcolor', 'fontsize'] ] ]) ?> none of the above plugins run, please help