问题标签 [aloha-editor]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
672 浏览

ruby-on-rails-3 - 防止 Rails 将保存的 html 转义到数据库

我正在尝试将 textarea 中的以下内容保存到我的一个模型中:

然而,这实际上是最终节省的:

有什么办法可以防止它转义html?我正在尝试使用以下代码在显示视图中呈现 youtube 嵌入视频:

但是,html_safe如果 html 像这样转义,帮助器似乎不起作用。我还尝试用包装器替换 html_safe ,raw但这似乎也不起作用。

0 投票
2 回答
2706 浏览

aloha-editor - Aloha 编辑器自定义

是否可以将Aloha 编辑器配置为仅显示粗体、斜体和下划线按钮,从而使整个工具栏不超过所需大小?

0 投票
2 回答
602 浏览

wiki - Is there a wiki that works with Aloha editor (or hallo-js)?

I have a dokuwiki wiki set up on my server, and I would love to be able to edit the wiki with inline editing, a la Aloha Editor or Hallo Editor. On the Aloha editor home page they mention that you could use it for wikis in passing, but there are no more details.

I know I could go through all the work of implementing Aloha or Hallo or another similar editor with my dokuwiki setup, but I guess what I'm really wondering is if anyone has already done this with any wiki (dokuwiki or something else).

The end result I'm looking for is: you go to a wiki page, click on the content, edit it in place with Aloha editor or the like, and the new content is saved back to the server. It would allow creating new wiki pages by inserting links to the not-yet-created page (either by clicking the link button or by typing, e.g. [[new-page-link]].

Does this exist in some form somewhere?

Thanks!

0 投票
2 回答
423 浏览

javascript - 更改 Aloha-Editor 的语言

我想在我的一个项目中使用Aloha-Editor。默认项目语言是德语,但我找不到任何方法来更改编辑器的语言。(搜索了网络和他们网站的指南。)

我唯一发现的是在为编辑器开发插件时如何使用 i18n,而不是如何在当前稳定版本中设置语言。

这就是我所做的:

有谁知道我需要添加或更改什么才能获得其他语言的编辑器?

0 投票
1 回答
731 浏览

asp.net-mvc - 如何在 Asp.net MVC 中集成 Aloha Editor 并提交到数据库

我已经包含了 js 文件并且能够在浏览器上看到控件。

您能否请任何人解释如何在 Asp.net MVC 框架中使用 Aloha 编辑器,我对从编辑器控件获取值并将其发布到数据库感到震惊。

谢谢,巴斯卡

0 投票
1 回答
1440 浏览

javascript - 禁用 Aloha 编辑器侧边栏

我想禁用Aloha 编辑器侧边栏。我在各个地方都看到了以下代码,这对我不起作用:

如果我在调用aloha()添加它,则不会发生任何事情并且侧边栏仍然存在。如果我在调用元素之前aloha()添加它,我会收到以下错误:

Aloha.ready如果我将调用上方的代码移至Aloha.ready.

如果有帮助,这里是我正在加载的文件<head>

(我目前正在添加一些 CSS,感觉不对。我更喜欢更好的解决方案。)

0 投票
1 回答
957 浏览

jquery - 无法调用未定义的“on”方法

我正在尝试在同一页面上集成 FusionCharts 和 Aloha 编辑器。由于 Aloha 依赖于 jquery,我假设这就是导致某种冲突的原因,但我无法解决它,我整天都在努力解决它。任何帮助,将不胜感激。谢谢

0 投票
0 回答
219 浏览

javascript - aloha-editor 软件包在启用时显示错误

当 aloha-editor 包添加到流星项目时,它开始在加载时显示控制台错误:

似乎与 aloha-editor 使用的 RequireJS 存在冲突。给定的解决链接无济于事,它包含有关使用 RequireJS Optimizer 的内容,但是我不知道它到底是什么意思。

有谁知道如何修复这个错误?

0 投票
2 回答
364 浏览

jquery - 如何从 Aloha Editor javascript 插件中的可编辑内容中删除黄色边框?

我正在努力定制 Aloha 编辑器。我想删除可编辑内容周围的黄色边框:

在此处输入图像描述

在 Github 上,同样的问题被问到,给出的答案是,

当用户移动鼠标时,突出显示插件会显示用户可编辑的区域。如果您不想使用它,请不要包含。或者做你自己的高亮插件...

但是,我不相信我包含了高亮插件。我的 Aloha 设置如下所示:

有什么建议么?

0 投票
0 回答
168 浏览

rich-text-editor - Aloha 编辑器 - 每个可编辑的 contenthadler 设置不做任何更改

我在网站上有多个(6)个具有两个不同类(.html_edit_simple、.html_edit_advanced)的可编辑项,我想将它们按类划分,每个都有自己的 contentHandler 设置。

但无论我尝试什么,都只会加载默认设置。

下面定义的那些window.Aloha.settings.contentHandler.handler.sanitize根本不适用。

我使用的设置代码如下:

我在 Aloha.ready 之前制作了一个控制台日志,并且所有内容都正确加载。那么问题可能出在哪里。