2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 112 forks source link

Does not display correctly #83

Closed midcore-nam closed 7 years ago

midcore-nam commented 7 years ago

It doesn't display correctly. This is the modal and it was working before the update. image

here is the code in my view:

$form->field($model, 'DefaultValue', ['enableAjaxValidation' => true])->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'clientOptions' => ['removePlugins' => 'elementspath,save,font,link,image'], 'preset' => 'basic', ])->label(false);

CyanoFresh commented 7 years ago

How do you fix it?