CKEDITOR is not defined
See original GitHub issueHi!
I went to try the plugin for CKEDITOR and I am getting this error.
Uncaught ReferenceError: CKEDITOR is not defined
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
plugins: ['gjs-plugin-ckeditor'],
pluginsOpts: {
"gjs-plugin-ckeditor": {
options: { language: "en" }
}
}
});
</script>
- Am I missing something?
edit: Just read #140 and realized, I should’ve posted this at artf/grapesjs-plugin-ckeditor? … my bad
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
ReferenceError: CKEDITOR is not defined - Stack Overflow
So if you are using an URL like http://bp.php5.cz/ , and then say /ckeditor/ckeditor.js , it will mean http://bp.php5.cz/ckeditor/ckeditor.js .
Read more >ReferenceError: CKEDITOR is not defined
I made a web app in php & javascript where all the files were uploaded locally to each web site. The ckeditor folder...
Read more >Uncaught ReferenceError: CKEDITOR is not defined
Hi, I have follow the url below and try a ceditor field type https://editor.datatables.net/plug-ins/field-type/editor.ckeditor.
Read more >ReferenceError: CKEDITOR is not defined - Experts Exchange
CKEDITOR.replace( 'editor1' ); I guess this is related to that the js file is not being loaded and i am trying to use...
Read more >CKEDITOR is not defined - Forums - Liferay
CKEDITOR is not defined ... sree p, modified 3 Years ago. CKEDITOR is not defined. Junior Member Posts: 91 Join Date: 10/3/ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@milapshah15
Am using newsletter-preset , here is my scripts
The main notes to notice is
Finally About the js exception that appear for the old elements
I believe its not backward compatable templates , meaning either you save your template with ckeditor included as plugin and continue that way, or the default way. otherwise you may have little in compatabilities with element or you shall delete it and re add it ( i mean like text for example readd and re edit it.
@shareefhiasat Thank you very much