neokoenig / jQuery-gridmanager

A way of building rows and grids with built in editable regions; requires jQuery, jQueryUI, Bootstrap 3.x, & optional TinyMCE or CKEditor
http://neokoenig.github.io/jQuery-gridmanager/
461 stars 129 forks source link

I am continuously getting below error "ckeditor is not a function" #90

Closed rebootcode closed 8 years ago

rebootcode commented 8 years ago

I am continuously getting below error "ckeditor is not a function"

TypeError: $(...).ckeditor is not a function
 /js/jquery.gridmanager.js:1167:34 $.gridmanager.gm.rteControl()
 /js/jquery.gridmanager.js:334:24 HTMLDivElement.()
 /js/jquery.js:3:8436 HTMLDivElement.dispatch()
 /js/jquery.js:3:5139 HTMLDivElement.m.event.add.r.handle()

I have perfectly included "ckeditor" and all other library, even on view-source, clicking on "ckeditor" include file opens "ckeditor.js" file.

But I am not sure, why am i getting this error.

I am using "version:"4.5.10" of ckeditor. Is that the issue ?

Thanks

rebootcode commented 8 years ago

Oops! I got this solved by including adapter file of ckeditor. <script src="//cdn.ckeditor.com/4.4.3/standard/adapters/jquery.js"></script>

Thanks