nhaskins8855
After installing the plugin, and choosing it as my editor, When I try to edit a page, content, etc., I get the above error in the browser console, and the editing tab doesn't open. If I try to edit another page, it opens, but the "Markup" and "Code" areas display as an unstyled textarea.
hazulifidastian
For temporary solution,
update file: modules/backend/layout/_head.htm
before this line,
<?= $this->makeAssets() ?>
insert scripts,
<script type="text/javascript" src="http://yourdomain/plugins/shahiemseymor/ckeditor/formwidgets/wysiwyg/assets/ckeditor/ckeditor.js?v1.0.15"></script>
<style>.cke{visibility:hidden;}</style>
<script type="text/javascript" src="http://yourdomain/plugins/shahiemseymor/ckeditor/formwidgets/wysiwyg/assets/ckeditor/adapters/jquery.js?v1.0.15"></script>
Last updated
hazulifidastian
Hi Shahiem,
Thanks for the update, but there is little error on this file
https://github.com/Shahiem/ckeditor-plugin/blob/master/formwidgets/Wysiwyg.php
line 38 .../editor.js.js
thank you
1-8 of 8