2amigos / yii2-ckeditor-widget

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

Editor not show #108

Closed hfageeh closed 7 years ago

hfageeh commented 7 years ago
error1
tonydspaniard commented 7 years ago

Can you show your code? On another note, can you open "Chrome developer tools" and see if there is any error?

chonjaroen commented 7 years ago

dear, hfageeh i got a problem like you.

so you need to open "Chrome developer tools" in Console tab if you got an error like "styles.js is missing form whatever in youprojectname\frontendorbackend\web\assets\xxxxx\styles.js"

how to fix it

  1. go to yourproject\vendor\ckeditor\ckeditor copy all of them to youprojectname\frontendorbackend\web\assets\xxxxx\
  2. refresh you page

that solves my problem.

tonydspaniard commented 7 years ago

Thanks @reachz but that means that the asset bundle wasn't registered. Was that your case?