Tag: aloha editor

如何禁用Aloha Editor工具栏?

有没有办法以与侧边栏相同的方式禁用Aloha的ExtJS工具栏? Aloha.settings = modules: [‘aloha’, ‘aloha/jquery’] editables: ‘.editable’ jQuery: $ sidebar: disabled: true toolbar: disabled: true # does not work

阿罗哈编辑:插入图片/图片

我正在使用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编辑器中使用这个插件有运气,或者找到任何其他插入图像的方法?