我正在使用Aloha 编辑器在由 PHP 和 MySQL 提供支持的网站上编辑内容。它工作正常,但我需要能够插入图像/图片。我为此找到了一个 Aloha 编辑器插件。以下是一些链接:
- http://labs.tapo-it.com/aloha-editor/image-plugin/
- http://aloha-editor.org/wiki/ImagePlugin
- https://github.com/alohaeditor/Aloha-Plugin-Image
第一个链接中有一个示例。但是,我无法让插件在最新版本的 Aloha 编辑器和 jQuery 上运行。它无法加载,Chrome 说:
image.js:30 Uncaught TypeError: Cannot read property 'fn' of undefined
我不知道这意味着什么。
理想情况下,用户应该能够从服务器上的图像列表中选择图像。它们位于单个目录中,并且还有一个 MySQL 表。我怀疑这是存储库的来源,但我无法理解如何实现它。
有没有人在 Aloha 编辑器中使用过这个插件,或者找到任何其他插入图像的方法?