CKEditor - Using ImageBrowse plugin not working

瘦欲@ 提交于 2019-12-11 07:52:50

问题


I am trying to use ImageBrowser plugin (http://devture.com/projects/ckeditor-imagebrowser) with CK Editor.

As required i have configured:

CKEDITOR.replace( 'editor',                     
                      {
                        "extraPlugins" : 'imagebrowser',
                        "imageBrowser_listUrl" : "/getimagelist/images_list.js"
                      } );      

The Image Browse window shows up correctly with images, but when i select an image i get this error:

Uncaught TypeError: Cannot read property 'setCustomData' of undefined.

If it matters my CKEditor is in AngularJS application.

Alternatively: Any other ideas or plugins i can use?

来源:https://stackoverflow.com/questions/26645422/ckeditor-using-imagebrowse-plugin-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!