2amigos / yii2-ckeditor-widget

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

CKEditor bar doesn't show #50

Closed joostdr closed 8 years ago

joostdr commented 8 years ago

When i try to add a field with a CKEditor, it doesn't show the bar. All it shows is a resizable text input window. (see image)

ckeditor_img

Code:

use dosamigos\ckeditor\CKEditor;

$form = ActiveForm::begin() ?>  
<?= $form->field($model, 'name')->widget(CKEditor::className(), [
    'options' => ['rows' => 6],
    'preset' => 'basic'
]) ?>
<?php ActiveForm::end() ?>
tonydspaniard commented 8 years ago

What is the console output?